Home
last modified time | relevance | path

Searched refs:set_anon_super (Results 1 – 7 of 7) sorted by relevance

/linux/fs/
H A Dsuper.c1228 int set_anon_super(struct super_block *s, void *data) in set_anon_super() function
1232 EXPORT_SYMBOL(set_anon_super);
1253 return set_anon_super(sb, NULL); in set_anon_super_fc()
1725 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1777 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
/linux/fs/9p/
H A Dvfs_super.c43 return set_anon_super(s, data); in v9fs_set_super()
/linux/fs/orangefs/
H A Dsuper.c514 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
/linux/fs/afs/
H A Dsuper.c443 return set_anon_super(sb, NULL); in afs_set_super()
/linux/fs/nfs/
H A Dsuper.c1173 ret = set_anon_super(s, server); in nfs_set_super()
/linux/fs/smb/client/
H A Dcifsfs.c940 return set_anon_super(sb, NULL); in cifs_set_super()
/linux/include/linux/
H A Dfs.h2670 int set_anon_super(struct super_block *s, void *data);