/kernel/linux/linux-6.6/fs/efs/ |
H A D | super.c | 41 .mount = efs_mount,
|
/kernel/linux/linux-6.6/fs/coda/ |
H A D | inode.c | 115 pr_warn("%s: Bad mount data\n", __func__); in get_device_index() 120 pr_warn("%s: Bad mount version\n", __func__); in get_device_index() 327 .mount = coda_mount,
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | file.c | 15 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/fs/kernfs/ |
H A D | mount.c | 3 * fs/kernfs/mount.c - kernfs mount implementation 11 #include <linux/mount.h> 325 * specify the hierarchy and namespace tag to mount via ->@root and ->@ns,
|
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | blk.c | 20 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_net.c | 21 #include <linux/mount.h>
|
H A D | root.c | 20 #include <linux/mount.h>
|
H A D | task_nommu.c | 7 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/fs/ |
H A D | utimes.c | 3 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | super.c | 21 #include <linux/mount.h> 159 * JFFS2 mount options.
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | Makefile | 49 TARGETS += mount
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | openat2_test.c | 12 #include <sys/mount.h>
|
/kernel/linux/linux-6.6/security/landlock/ |
H A D | syscalls.c | 19 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/security/loadpin/ |
H A D | loadpin.c | 16 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 147 sudo mount -o loop "${rootfs_img}" "${mount_dir}"
|
/kernel/liteos_a/testsuites/unittest/common/ |
H A D | osTest.cpp | 369 Description: create a partition for testing,partition num is 0,mount point is jffs0 387 if ((uwRet = mount("/dev/spinorblk0", "/jffs0", "jffs", 0, NULL)) != 0) in TestPartInit() 388 PRINT_ERR("mount jffs0 failed,err %d\n", uwRet); in TestPartInit() 390 printf("[OK] mount jffs0 successful\n"); in TestPartInit()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | umh.c | 20 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/mm/ |
H A D | shmem_quota.c | 26 #include <linux/mount.h>
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format_main.c | 21 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest06.c | 55 #include <sys/mount.h>
|
H A D | ftest02.c | 53 #include <sys/mount.h>
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount_util.c | 24 #include <sys/mount.h> 41 /* If mtab is within new mount, don't touch it */ in mtab_needs_update() 77 * hide in a directory, where mount isn't able to resolve in fuse_mnt_add_mount() 92 execle("/sbin/mount", "/sbin/mount", "-F", type, "-o", opts, in fuse_mnt_add_mount() 94 fprintf(stderr, "%s: failed to execute /sbin/mount: %s\n", progname, in fuse_mnt_add_mount() 193 fprintf(stderr, "%s: bad mount point %s: %s\n", progname, orig, in fuse_mnt_resolve_path() 242 fprintf(stderr, "%s: if you are sure this is safe, use the 'nonempty' mount option\n", progname); in fuse_mnt_check_empty() 272 /* If mtab is within new mount, don't touch it */ in mtab_needs_update() 323 * hide in a directory, where mount is in fuse_mnt_add_mount() [all...] |
/third_party/ltp/testcases/kernel/syscalls/readahead/ |
H A D | readahead02.c | 23 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | include.h | 48 #include <sys/mount.h> 157 "file::mount", in clear_status()
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | dma_thread_diotest.c | 103 #include <sys/mount.h>
|