Searched refs:rootfs (Results 1 - 18 of 18) sorted by relevance
/kernel/liteos_a/testsuites/ |
H A D | Makefile | 46 ROOTFS = rootfs 68 ROOTFS_DIR = $(OUT)/rootfs 69 ROOTFS_ZIP = $(OUT)/rootfs.zip
|
/kernel/liteos_a/ |
H A D | Makefile | 34 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 D | Makefile | 32 MODULE_NAME := rootfs
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 70 -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 D | generate_initcall_order.pl | 136 /^(.*)((early|rootfs|con|[0-9])s?)$/;
|
/kernel/linux/linux-6.6/scripts/ |
H A D | generate_initcall_order.pl | 136 /^(.*)((early|rootfs|con|[0-9])s?)$/;
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | fs_context.h | 267 bool rootfs:1; /* if it's a SMB root file system */ member
|
H A D | fs_context.c | 127 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 D | connect.c | 1701 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 D | los_config.mk | 327 LIB_SUBDIRS += fs/rootfs 328 LITEOS_PLATFORM_INCLUDE += -I $(LITEOSTOPDIR)/fs/rootfs
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | machdep.h | 293 #define machine_rootfs_initcall(mach, fn) __define_machine_initcall(mach, fn, rootfs)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | machdep.h | 261 #define machine_rootfs_initcall(mach, fn) __define_machine_initcall(mach, fn, rootfs)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | init.h | 289 #define rootfs_initcall(fn) __define_initcall(fn, rootfs)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | init.h | 307 #define rootfs_initcall(fn) __define_initcall(fn, rootfs)
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | vmlinux.lds.h | 963 INIT_CALLS_LEVEL(rootfs) \
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | vmlinux.lds.h | 916 INIT_CALLS_LEVEL(rootfs) \
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsglob.h | 624 bool rootfs:1; /* if it's a SMB root file system */ member
|
H A D | connect.c | 278 { 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