Searched refs:set_anon_super (Results 1 – 15 of 15) sorted by relevance
/linux-3.4.99/fs/ |
D | super.c | 879 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()
|
D | libfs.c | 225 struct super_block *s = sget(fs_type, NULL, set_anon_super, NULL); in mount_pseudo()
|
/linux-3.4.99/fs/sysfs/ |
D | mount.c | 91 error = set_anon_super(sb, data); in sysfs_set_super()
|
/linux-3.4.99/fs/proc/ |
D | root.c | 32 int err = set_anon_super(sb, NULL); in proc_set_super()
|
/linux-3.4.99/fs/devpts/ |
D | inode.c | 434 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/ |
D | vfs_super.c | 64 return set_anon_super(s, data); in v9fs_set_super()
|
/linux-3.4.99/fs/afs/ |
D | super.c | 293 return set_anon_super(sb, NULL); in afs_set_super()
|
/linux-3.4.99/fs/ecryptfs/ |
D | main.c | 516 s = sget(fs_type, NULL, set_anon_super, NULL); in ecryptfs_mount()
|
/linux-3.4.99/fs/ceph/ |
D | super.c | 775 ret = set_anon_super(s, NULL); /* what is that second arg for? */ in ceph_set_super()
|
/linux-3.4.99/fs/cifs/ |
D | cifsfs.c | 614 return set_anon_super(sb, NULL); in cifs_set_super()
|
/linux-3.4.99/fs/btrfs/ |
D | super.c | 905 int err = set_anon_super(s, data); in btrfs_set_super()
|
/linux-3.4.99/fs/ubifs/ |
D | super.c | 2109 return set_anon_super(sb, NULL); in sb_set()
|
/linux-3.4.99/include/linux/ |
D | fs.h | 1874 int set_anon_super(struct super_block *s, void *data);
|
/linux-3.4.99/fs/nfs/ |
D | super.c | 2223 ret = set_anon_super(s, server); in nfs_set_super()
|
/linux-3.4.99/kernel/ |
D | cgroup.c | 1459 ret = set_anon_super(sb, NULL); in cgroup_set_super()
|