• Home
  • Raw
  • Download

Lines Matching refs:fs_context

485 bool mount_capable(struct fs_context *fc)  in mount_capable()
511 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() argument
512 int (*test)(struct super_block *, struct fs_context *), in sget_fc() argument
513 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
903 int reconfigure_super(struct fs_context *fc) in reconfigure_super()
995 struct fs_context *fc; in do_emergency_remount_callback()
1121 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1127 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1132 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1162 int vfs_get_super(struct fs_context *fc, in vfs_get_super()
1165 struct fs_context *fc)) in vfs_get_super()
1167 int (*test)(struct super_block *, struct fs_context *); in vfs_get_super()
1217 int get_tree_nodev(struct fs_context *fc, in get_tree_nodev()
1219 struct fs_context *fc)) in get_tree_nodev()
1225 int get_tree_single(struct fs_context *fc, in get_tree_single()
1227 struct fs_context *fc)) in get_tree_single()
1233 int get_tree_single_reconf(struct fs_context *fc, in get_tree_single_reconf()
1235 struct fs_context *fc)) in get_tree_single_reconf()
1241 int get_tree_keyed(struct fs_context *fc, in get_tree_keyed()
1243 struct fs_context *fc), in get_tree_keyed()
1262 static int set_bdev_super_fc(struct super_block *s, struct fs_context *fc) in set_bdev_super_fc()
1267 static int test_bdev_super_fc(struct super_block *s, struct fs_context *fc) in test_bdev_super_fc()
1277 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() argument
1279 struct fs_context *)) in get_tree_bdev()
1476 struct fs_context *fc; in reconfigure_single()
1536 int vfs_get_tree(struct fs_context *fc) in vfs_get_tree()