Home
last modified time | relevance | path

Searched refs:set_anon_super_fc (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/kernfs/
Dmount.c290 return set_anon_super_fc(sb, fc); in kernfs_set_super()
/kernel/linux/linux-5.10/fs/
Dsuper.c1121 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() function
1125 EXPORT_SYMBOL(set_anon_super_fc);
1186 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
/kernel/linux/linux-5.10/fs/ceph/
Dsuper.c987 ret = set_anon_super_fc(s, fc); in ceph_set_super()
/kernel/linux/linux-5.10/fs/fuse/
Ddir.c333 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_dentry_automount()
/kernel/linux/linux-5.10/include/linux/
Dfs.h2279 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);