Searched refs:set_anon_super (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | super.c | 1089 int set_anon_super(struct super_block *s, void *data) in set_anon_super() function 1093 EXPORT_SYMBOL(set_anon_super); 1113 return set_anon_super(sb, NULL); in set_anon_super_fc() 1412 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() 1464 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
|
/linux-6.3-rc2/fs/9p/ |
A D | vfs_super.c | 44 return set_anon_super(s, data); in v9fs_set_super()
|
/linux-6.3-rc2/fs/orangefs/ |
A D | super.c | 517 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | main.c | 508 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
|
/linux-6.3-rc2/fs/afs/ |
A D | super.c | 440 return set_anon_super(sb, NULL); in afs_set_super()
|
/linux-6.3-rc2/fs/nfs/ |
A D | super.c | 1132 ret = set_anon_super(s, server); in nfs_set_super()
|
/linux-6.3-rc2/fs/cifs/ |
A D | cifsfs.c | 861 return set_anon_super(sb, NULL); in cifs_set_super()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | super.c | 1344 int err = set_anon_super(s, data); in btrfs_set_super()
|
/linux-6.3-rc2/fs/ubifs/ |
A D | super.c | 2276 return set_anon_super(sb, NULL); in sb_set()
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 2238 int set_anon_super(struct super_block *s, void *data);
|
Completed in 30 milliseconds