Home
last modified time | relevance | path

Searched refs:fs_names (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_4.4/
H A D0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch20 for (p = fs_names; *p; p += strlen(p)+1)
28 + get_fs_names(fs_names);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_4.19/
H A D0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch20 for (p = fs_names; *p; p += strlen(p)+1)
28 + get_fs_names(fs_names);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_5.10/
H A D0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch27 char *fs_names = page_address(page);
42 + get_fs_names(fs_names);
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts.c429 char *fs_names = page_address(page); in mount_block_root() local
435 get_fs_names(fs_names); in mount_block_root()
437 for (p = fs_names; *p; p += strlen(p)+1) { in mount_block_root()
470 for (p = fs_names; *p; p += strlen(p)+1) in mount_block_root()