Searched refs:set_anon_super_fc (Results 1 – 9 of 9) sorted by relevance
/linux/fs/ |
A D | super.c | 1072 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() function 1076 EXPORT_SYMBOL(set_anon_super_fc); 1137 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
|
/linux/fs/kernfs/ |
A D | mount.c | 290 return set_anon_super_fc(sb, fc); in kernfs_set_super()
|
/linux/fs/ceph/ |
A D | super.c | 992 ret = set_anon_super_fc(s, fc); in ceph_set_super()
|
/linux/fs/fuse/ |
A D | virtio_fs.c | 1458 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
|
A D | inode.c | 1453 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount()
|
/linux/include/linux/ |
A D | fs.h | 2561 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);
|
/linux/ |
A D | vmlinux.symvers | 7878 0x00000000 set_anon_super_fc vmlinux EXPORT_SYMBOL
|
A D | System.map | 8542 ffff80001024a3e0 T set_anon_super_fc
|
A D | .tmp_System.map | 8542 ffff80001024a3e0 T set_anon_super_fc
|
Completed in 929 milliseconds