/kernel/linux/linux-6.6/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 65 * The ABI features are local to this machine's dlmfs mount. This is 569 .mount = dlmfs_mount,
|
/kernel/linux/linux-6.6/fs/romfs/ |
H A D | super.c | 69 #include <linux/mount.h> 572 * Set up the filesystem mount context.
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | ioctl.c | 13 #include <linux/mount.h> 199 * the mount and then issue fsync to server (if nostrictsync not set) in cifs_shutdown()
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | itree.c | 10 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota_v2.c | 8 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/fs/ |
H A D | statfs.c | 6 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4namespace.c | 13 #include <linux/mount.h> 110 * Determine the mount path as a string 197 * sec= mount option list if it exists. 221 /* does the pseudoflavor match a sec= mount opt? */ in nfs_find_best_sec() 252 * respect to the secinfo flavor list and the sec= mount options.
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_ioctl32.c | 6 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/kernel/ |
H A D | acct.c | 58 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/drivers/dax/ |
H A D | super.c | 7 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | pci_hotplug_core.c | 26 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_fs.c | 37 #include <linux/mount.h> 446 * This fills everything in when the fs is mounted, to handle umount/mount 508 * because nobody has yet tried to mount the filesystem, so in qibfs_add() 510 * during the mount, that will get a complaint, so this is OK. in qibfs_add() 511 * add_cntr_files() for all units is done at mount from in qibfs_add()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | network_helpers.c | 12 #include <sys/mount.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | resctrlfs.c | 69 ret = mount("resctrl", RESCTRL_PATH, "resctrl", 0, NULL); in mount_resctrlfs() 71 perror("# mount"); in mount_resctrlfs()
|
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 22 # Find cgroup v2 mount point 23 CGROUP2=$(mount -t cgroup2 | head -1 | awk -e '{print $3}') 24 [[ -n "$CGROUP2" ]] || skip_test "Cgroup v2 mount point not found!"
|
/kernel/liteos_a/testsuites/unittest/common/include/ |
H A D | osTest.h | 53 #include <sys/mount.h>
|
/third_party/ltp/lib/ |
H A D | tst_device.c | 9 #include <sys/mount.h> 636 tst_brkm(TBROK, NULL, "Could not find mount device"); in tst_stat_mount_dev()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | device.c | 60 #include <sys/mount.h>
|
/third_party/musl/scripts/ |
H A D | runtest_Windows.bat | 82 hdc shell mount -o rw,remount /
|
H A D | runtest_linux.sh | 103 ${CMD} shell mount -o rw,remount /
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap10.c | 20 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify09.c | 45 #include <sys/mount.h> 90 .tname = "Events on non-dir child with both parent and mount marks", 96 .tname = "Events on non-dir child and subdir with both parent and mount marks", 103 .tname = "Events on non-dir child and parent with both parent and mount marks", 117 .tname = "Events on non-dir children with both parent and mount marks", 124 .tname = "Events on non-dir child with both parent and mount marks and filename info", 243 * Add subdir or mount mark for each group with CLOSE event, in create_fanotify_groups()
|
/third_party/toybox/lib/ |
H A D | portability.c | 54 #include <sys/mount.h>
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 42 #include <linux/mount.h> 173 /* File represents mount that needs unmounting */ 2066 * i_flags updated. Hence, i_flags no longer inherit the superblock mount 2308 struct dentry *(*mount) (struct file_system_type *, int, member 3270 extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count); 3271 extern void simple_release_fs(struct vfsmount **mount, int *count);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 42 #include <linux/mount.h> 176 /* File represents mount that needs unmounting */ 1276 * Number of inode/mount/sb objects that are being watched, note that 1355 * @idmap: idmap of the mount the inode was found from 1369 * @idmap: idmap of the mount the inode was found from 1389 * @idmap: idmap of the mount the inode was found from 1394 * mount into the filesystem kuid. 1407 * @idmap: idmap of the mount the inode was found from 1421 * @idmap: idmap of the mount the inode was found from 1441 * @idmap: idmap of the mount th 2372 struct dentry *(*mount) (struct file_system_type *, int, global() member [all...] |