Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dsuper.c879 int set_anon_super(struct super_block *s, void *data) in set_anon_super() function
887 EXPORT_SYMBOL(set_anon_super);
915 return set_anon_super(sb, NULL); in ns_set_super()
1060 struct super_block *s = sget(fs_type, NULL, set_anon_super, NULL); in mount_nodev()
1089 s = sget(fs_type, compare_single, set_anon_super, NULL); in mount_single()
Dlibfs.c225 struct super_block *s = sget(fs_type, NULL, set_anon_super, NULL); in mount_pseudo()
/linux-3.4.99/fs/sysfs/
Dmount.c91 error = set_anon_super(sb, data); in sysfs_set_super()
/linux-3.4.99/fs/proc/
Droot.c32 int err = set_anon_super(sb, NULL); in proc_set_super()
/linux-3.4.99/fs/devpts/
Dinode.c434 s = sget(fs_type, NULL, set_anon_super, NULL); in devpts_mount()
436 s = sget(fs_type, compare_init_pts_sb, set_anon_super, NULL); in devpts_mount()
/linux-3.4.99/fs/9p/
Dvfs_super.c64 return set_anon_super(s, data); in v9fs_set_super()
/linux-3.4.99/fs/afs/
Dsuper.c293 return set_anon_super(sb, NULL); in afs_set_super()
/linux-3.4.99/fs/ecryptfs/
Dmain.c516 s = sget(fs_type, NULL, set_anon_super, NULL); in ecryptfs_mount()
/linux-3.4.99/fs/ceph/
Dsuper.c775 ret = set_anon_super(s, NULL); /* what is that second arg for? */ in ceph_set_super()
/linux-3.4.99/fs/cifs/
Dcifsfs.c614 return set_anon_super(sb, NULL); in cifs_set_super()
/linux-3.4.99/fs/btrfs/
Dsuper.c905 int err = set_anon_super(s, data); in btrfs_set_super()
/linux-3.4.99/fs/ubifs/
Dsuper.c2109 return set_anon_super(sb, NULL); in sb_set()
/linux-3.4.99/include/linux/
Dfs.h1874 int set_anon_super(struct super_block *s, void *data);
/linux-3.4.99/fs/nfs/
Dsuper.c2223 ret = set_anon_super(s, server); in nfs_set_super()
/linux-3.4.99/kernel/
Dcgroup.c1459 ret = set_anon_super(sb, NULL); in cgroup_set_super()