Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dsuper.c215 * sget() can have s_umount recursion. in alloc_super()
570 * sget - find or create a superblock
577 struct super_block *sget(struct file_system_type *type, in sget() function
635 EXPORT_SYMBOL(sget); variable
1392 * once the super is inserted into the list by sget, s_umount in mount_bdev()
1402 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | SB_NOSEC, in mount_bdev()
1470 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1522 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
/kernel/linux/linux-6.6/fs/
H A Dsuper.c338 * sget() can have s_umount recursion. in alloc_super()
447 * sget{_fc}() walkers anymore. Any concurrent mounter still in kill_super_notify()
566 * an active reference. This is used in sget{_fc}() to wait for a
717 * is dying. Every walker of @fs_supers outside of sget{_fc}() will now in generic_shutdown_super()
721 * sget{_fc}() until we passed sb->kill_sb(). in generic_shutdown_super()
842 * sget - find or create a superblock
849 struct super_block *sget(struct file_system_type *type, in sget() function
907 EXPORT_SYMBOL(sget); variable
1609 s = sget(fs_type, test_bdev_super, set_bdev_super, flags, &dev); in mount_bdev()
1661 struct super_block *s = sget(fs_typ in mount_nodev()
[all...]
/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_super.c132 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
/kernel/linux/linux-6.6/fs/9p/
H A Dvfs_super.c129 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
/kernel/linux/linux-5.10/fs/orangefs/
H A Dsuper.c516 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
/kernel/linux/linux-6.6/fs/orangefs/
H A Dsuper.c517 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dmain.c508 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmain.c508 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsuper.c1321 * once the super is inserted into the list by sget, s_umount in nilfs_mount()
1331 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsfs.c844 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsuper.c1311 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsuper.c1636 * superblock with our given fs_devices later on at sget() time. in btrfs_mount_root()
1680 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC, in btrfs_mount_root()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dsuper.c2305 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsuper.c1467 * superblock with our given fs_devices later on at sget() time. in btrfs_mount_root()
1511 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC, in btrfs_mount_root()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsfs.c945 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dsuper.c2310 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h2350 struct super_block *sget(struct file_system_type *type,
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h2416 struct super_block *sget(struct file_system_type *type,

Completed in 38 milliseconds