/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>
|
/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...] |
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | super.c | 37 #include <linux/mount.h> 469 * mount-time resize which may be implemented in a in nilfs_resize_fs() 809 nilfs_err(sb, "unrecognized mount option \"%s\"", p); in parse_options() 848 nilfs_warn(sb, "maximal mount count reached"); in nilfs_setup_super() 912 "couldn't mount because of unsupported optional features (%llx)", in nilfs_check_feature_compatibility() 920 "couldn't mount RDWR because of unsupported optional features (%llx)", in nilfs_check_feature_compatibility() 1058 * @data: mount options 1257 * nilfs_identify - pre-read mount options needed to identify mount instance 1258 * @data: mount option [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | super.c | 7 * super.c contains code to handle: - mount structures 10 * - mount system call 27 #include <linux/mount.h> 40 #include <uapi/linux/mount.h> 194 * @flags: the mount flags 574 * @flags: mount flags 589 * mount through to here so always use &init_user_ns in sget() 987 * mappings. So If we try to mount readonly then copy the filesystem in reconfigure_super() 1170 * for a kernel-internal mount or a submount. 1317 warnf(fc, "%pg: Can't mount, blockde in get_tree_bdev() [all...] |
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | super.c | 37 #include <linux/mount.h> 470 * mount-time resize which may be implemented in a in nilfs_resize_fs() 810 nilfs_err(sb, "unrecognized mount option \"%s\"", p); in parse_options() 849 nilfs_warn(sb, "maximal mount count reached"); in nilfs_setup_super() 913 "couldn't mount because of unsupported optional features (%llx)", in nilfs_check_feature_compatibility() 921 "couldn't mount RDWR because of unsupported optional features (%llx)", in nilfs_check_feature_compatibility() 1059 * @data: mount options 1257 * nilfs_identify - pre-read mount options needed to identify mount instance 1258 * @data: mount option [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | super.c | 16 #include <linux/mount.h> 60 * don't have to play tricks with the mount options and recursive calls to 167 /* Don't go through full error handling during mount */ in __btrfs_handle_fs_error() 291 * issues an alert, and either panics or BUGs, depending on mount options. 483 "trying to use backup root at mount time"); in parse_rescue_options() 488 "disabling log replay at mount time"); in parse_rescue_options() 505 * Regular mount options parser. Everything that is needed only when 768 "disabling log replay at mount time"); in btrfs_parse_options() 884 "trying to use backup root at mount time"); in btrfs_parse_options() 988 btrfs_err(info, "unrecognized mount optio in btrfs_parse_options() [all...] |
/kernel/linux/linux-5.10/fs/zonefs/ |
H A D | super.c | 274 bool mount) in zonefs_check_zone_condition() 294 * zone is found during mount, the file size cannot be retrieved in zonefs_check_zone_condition() 295 * so we treat the zone as offline (mount == true case). in zonefs_check_zone_condition() 304 if (mount) { in zonefs_check_zone_condition() 367 * IO error according to the zone condition and to the mount options. in zonefs_io_error_cb() 374 * First handle bad zones signaled by hardware. The mount options in zonefs_io_error_cb() 404 * If the filesystem is mounted with the explicit-open mount option, we in zonefs_io_error_cb() 528 * If the mount option ZONEFS_MNTOPT_EXPLICIT_OPEN is set, in zonefs_file_truncate() 1426 * the open zone accounting done when the mount option in zonefs_init_file_inode() 1800 zonefs_info(sb, "No open zones limit. Ignoring explicit_open mount optio in zonefs_fill_super() 272 zonefs_check_zone_condition(struct inode *inode, struct blk_zone *zone, bool warn, bool mount) zonefs_check_zone_condition() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | super.c | 16 #include <linux/mount.h> 70 * don't have to play tricks with the mount options and recursive calls to 237 btrfs_err(fs_info, "%s must be used with ro mount option", in check_ro_option() 266 "trying to use backup root at mount time"); in parse_rescue_options() 271 "disabling log replay at mount time"); in parse_rescue_options() 288 "disabling log replay at mount time"); in parse_rescue_options() 305 * Regular mount options parser. Everything that is needed only when 574 "disabling log replay at mount time"); in btrfs_parse_options() 707 "trying to use backup root at mount time"); in btrfs_parse_options() 816 btrfs_err(info, "unrecognized mount optio in btrfs_parse_options() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 22 #include <sys/mount.h> 1169 * we'll try to create it, mount it, or create minimal entries into it. in prepare() 1177 if (mount("/dev", "/dev", "devtmpfs", 0, 0) != 0) { in prepare() 1205 /* try to mount /proc if not mounted. Silently fail otherwise */ in prepare() 1209 if (mount("none", "/proc", "proc", 0, 0) != 0) in prepare()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | setup.c | 20 #include <uapi/linux/mount.h>
|