Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dmount.c290 return set_anon_super_fc(sb, fc); in kernfs_set_super()
/OK3568_Linux_fs/kernel/fs/
H A Dsuper.c1122 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() function
1126 EXPORT_SYMBOL(set_anon_super_fc);
1187 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c987 ret = set_anon_super_fc(s, fc); in ceph_set_super()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddir.c333 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_dentry_automount()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2354 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);