Lines Matching refs:fs_context

515 bool mount_capable(struct fs_context *fc)  in mount_capable()
541 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() argument
542 int (*test)(struct super_block *, struct fs_context *), in sget_fc() argument
543 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
880 int reconfigure_super(struct fs_context *fc) in reconfigure_super()
973 struct fs_context *fc; in do_emergency_remount_callback()
1099 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1105 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1110 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1140 int vfs_get_super(struct fs_context *fc, in vfs_get_super()
1143 struct fs_context *fc)) in vfs_get_super()
1145 int (*test)(struct super_block *, struct fs_context *); in vfs_get_super()
1195 int get_tree_nodev(struct fs_context *fc, in get_tree_nodev()
1197 struct fs_context *fc)) in get_tree_nodev()
1203 int get_tree_single(struct fs_context *fc, in get_tree_single()
1205 struct fs_context *fc)) in get_tree_single()
1211 int get_tree_single_reconf(struct fs_context *fc, in get_tree_single_reconf()
1213 struct fs_context *fc)) in get_tree_single_reconf()
1219 int get_tree_keyed(struct fs_context *fc, in get_tree_keyed()
1221 struct fs_context *fc), in get_tree_keyed()
1242 static int set_bdev_super_fc(struct super_block *s, struct fs_context *fc) in set_bdev_super_fc()
1247 static int test_bdev_super_fc(struct super_block *s, struct fs_context *fc) in test_bdev_super_fc()
1257 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() argument
1259 struct fs_context *)) in get_tree_bdev()
1460 struct fs_context *fc; in reconfigure_single()
1520 int vfs_get_tree(struct fs_context *fc) in vfs_get_tree()