Home
last modified time | relevance | path

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

/fs/
Dsuper.c1067 int set_anon_super(struct super_block *s, void *data) in set_anon_super() function
1071 EXPORT_SYMBOL(set_anon_super);
1091 return set_anon_super(sb, NULL); in set_anon_super_fc()
1428 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1480 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
/fs/9p/
Dvfs_super.c48 return set_anon_super(s, data); in v9fs_set_super()
/fs/orangefs/
Dsuper.c516 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
/fs/afs/
Dsuper.c441 return set_anon_super(sb, NULL); in afs_set_super()
/fs/ecryptfs/
Dmain.c508 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
/fs/nfs/
Dsuper.c1128 ret = set_anon_super(s, server); in nfs_set_super()
/fs/cifs/
Dcifsfs.c844 return set_anon_super(sb, NULL); in cifs_set_super()
/fs/incfs/
Dvfs.c1793 struct super_block *sb = sget(type, NULL, set_anon_super, flags, NULL); in incfs_mount_fs()
/fs/btrfs/
Dsuper.c1579 int err = set_anon_super(s, data); in btrfs_set_super()
/fs/ubifs/
Dsuper.c2271 return set_anon_super(sb, NULL); in sb_set()