Lines Matching refs:fs_context

735 bool mount_capable(struct fs_context *fc)  in mount_capable()
775 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() argument
776 int (*test)(struct super_block *, struct fs_context *), in sget_fc() argument
777 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
1090 int reconfigure_super(struct fs_context *fc) in reconfigure_super()
1187 struct fs_context *fc; in do_emergency_remount_callback()
1317 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1323 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1328 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1333 static int vfs_get_super(struct fs_context *fc, in vfs_get_super()
1334 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super() argument
1336 struct fs_context *fc)) in vfs_get_super()
1361 int get_tree_nodev(struct fs_context *fc, in get_tree_nodev()
1363 struct fs_context *fc)) in get_tree_nodev()
1369 int get_tree_single(struct fs_context *fc, in get_tree_single()
1371 struct fs_context *fc)) in get_tree_single()
1377 int get_tree_keyed(struct fs_context *fc, in get_tree_keyed()
1379 struct fs_context *fc), in get_tree_keyed()
1393 static int super_s_dev_set(struct super_block *s, struct fs_context *fc) in super_s_dev_set()
1398 static int super_s_dev_test(struct super_block *s, struct fs_context *fc) in super_s_dev_test()
1424 struct super_block *sget_dev(struct fs_context *fc, dev_t dev) in sget_dev()
1490 struct fs_context *fc) in setup_bdev_super()
1551 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() argument
1553 struct fs_context *)) in get_tree_bdev()
1693 struct fs_context *fc; in reconfigure_single()
1753 int vfs_get_tree(struct fs_context *fc) in vfs_get_tree()