Home
last modified time | relevance | path

Searched refs:rootfs (Results 1 - 18 of 18) sorted by relevance

/kernel/liteos_a/testsuites/
H A DMakefile46 ROOTFS = rootfs
68 ROOTFS_DIR = $(OUT)/rootfs
69 ROOTFS_ZIP = $(OUT)/rootfs.zip
/kernel/liteos_a/
H A DMakefile34 ROOTFS = rootfs
85 ROOTFS_DIR = $(OUT)/rootfs
86 ROOTFS_ZIP = $(OUT)/rootfs.zip
95 all: make liteos kernel image and rootfs image (Default target)
97 $(ROOTFS): make an original rootfs image
/kernel/liteos_a/fs/rootfs/
H A DMakefile32 MODULE_NAME := rootfs
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dvmtest.sh70 -i) Update the rootfs image with a newer version.
110 if [[ $file =~ ^"${ARCH}"/libbpf-vmtest-rootfs-(.*)\.tar\.zst$ ]]; then
127 download "${ARCH}/libbpf-vmtest-rootfs-$rootfsversion.tar.zst" |
184 This likely indicates a bad rootfs image, Please download
417 echo "rootfs image not found in ${rootfs_img}"
/kernel/linux/linux-5.10/scripts/
H A Dgenerate_initcall_order.pl136 /^(.*)((early|rootfs|con|[0-9])s?)$/;
/kernel/linux/linux-6.6/scripts/
H A Dgenerate_initcall_order.pl136 /^(.*)((early|rootfs|con|[0-9])s?)$/;
/kernel/linux/linux-6.6/fs/smb/client/
H A Dfs_context.h267 bool rootfs:1; /* if it's a SMB root file system */ member
H A Dfs_context.c127 fsparam_flag("rootfs", Opt_rootfs),
1409 cifs_dbg(VFS, "rootfs support requires CONFIG_CIFS_ROOT config option\n"); in smb3_fs_context_parse_param()
1412 ctx->rootfs = true; in smb3_fs_context_parse_param()
H A Dconnect.c1701 tcp_ses->noblockcnt = ctx->rootfs; in cifs_get_tcp_session()
1702 tcp_ses->noblocksnd = ctx->noblocksnd || ctx->rootfs; in cifs_get_tcp_session()
/kernel/liteos_a/tools/build/mk/
H A Dlos_config.mk327 LIB_SUBDIRS += fs/rootfs
328 LITEOS_PLATFORM_INCLUDE += -I $(LITEOSTOPDIR)/fs/rootfs
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmachdep.h293 #define machine_rootfs_initcall(mach, fn) __define_machine_initcall(mach, fn, rootfs)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dmachdep.h261 #define machine_rootfs_initcall(mach, fn) __define_machine_initcall(mach, fn, rootfs)
/kernel/linux/linux-5.10/include/linux/
H A Dinit.h289 #define rootfs_initcall(fn) __define_initcall(fn, rootfs)
/kernel/linux/linux-6.6/include/linux/
H A Dinit.h307 #define rootfs_initcall(fn) __define_initcall(fn, rootfs)
/kernel/linux/linux-5.10/include/asm-generic/
H A Dvmlinux.lds.h963 INIT_CALLS_LEVEL(rootfs) \
/kernel/linux/linux-6.6/include/asm-generic/
H A Dvmlinux.lds.h916 INIT_CALLS_LEVEL(rootfs) \
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h624 bool rootfs:1; /* if it's a SMB root file system */ member
H A Dconnect.c278 { Opt_rootfs, "rootfs" },
1587 vol->rootfs = true; in cifs_parse_mount_options()
2557 tcp_ses->noblockcnt = volume_info->rootfs; in cifs_get_tcp_session()
2558 tcp_ses->noblocksnd = volume_info->noblocksnd || volume_info->rootfs; in cifs_get_tcp_session()

Completed in 28 milliseconds