Home
last modified time | relevance | path

Searched refs:compare_super (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/nfs/
A Dsuper.c1258 int (*compare_super)(struct super_block *, struct fs_context *) = nfs_compare_super; in nfs_get_tree_common() local
1267 compare_super = NULL; in nfs_get_tree_common()
1282 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
/linux-6.3-rc2/fs/ceph/
A Dsuper.c1204 int (*compare_super)(struct super_block *, struct fs_context *) = in ceph_get_tree() local
1229 compare_super = NULL; in ceph_get_tree()
1232 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()

Completed in 7 milliseconds