Searched refs:set_anon_super_fc (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | mount.c | 290 return set_anon_super_fc(sb, fc); in kernfs_set_super()
|
/kernel/linux/linux-6.6/fs/kernfs/ |
H A D | mount.c | 303 return set_anon_super_fc(sb, fc); in kernfs_set_super()
|
/kernel/linux/linux-5.10/fs/ |
H A D | super.c | 1131 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() function 1135 EXPORT_SYMBOL(set_anon_super_fc); variable 1196 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
|
/kernel/linux/linux-6.6/fs/ |
H A D | super.c | 1306 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() function 1310 EXPORT_SYMBOL(set_anon_super_fc); variable 1330 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 987 ret = set_anon_super_fc(s, fc); in ceph_set_super()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 1215 ret = set_anon_super_fc(s, fc); in ceph_set_super()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | virtio_fs.c | 1457 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
|
H A D | inode.c | 1586 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount()
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | dir.c | 333 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_dentry_automount()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 2344 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 2410 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);
|
Completed in 34 milliseconds