Lines Matching refs:f2fs_fs_context

411 struct f2fs_fs_context {  struct
420 static inline void ctx_set_opt(struct f2fs_fs_context *ctx, in ctx_set_opt() argument
427 static inline void ctx_clear_opt(struct f2fs_fs_context *ctx, in ctx_clear_opt()
434 static inline bool ctx_test_opt(struct f2fs_fs_context *ctx, in ctx_test_opt()
587 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_note_qf_name()
621 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_unnote_qf_name()
639 struct f2fs_fs_context *ctx) in f2fs_parse_test_dummy_encryption()
725 static int f2fs_set_lz4hc_level(struct f2fs_fs_context *ctx, const char *str) in f2fs_set_lz4hc_level()
766 static int f2fs_set_zstd_level(struct f2fs_fs_context *ctx, const char *str) in f2fs_set_zstd_level()
806 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_parse_param()
1268 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_check_quota_consistency()
1384 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_check_test_dummy_encryption()
1421 static inline void clear_compression_spec(struct f2fs_fs_context *ctx) in clear_compression_spec()
1435 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_check_compression()
1504 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_check_opt_consistency()
1632 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_apply_quota_options()
1667 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_apply_test_dummy_encryption()
1682 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_apply_compression()
1734 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_apply_options()
5079 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_fill_super()
5620 struct f2fs_fs_context *ctx = fc->fs_private; in f2fs_fc_free()
5685 struct f2fs_fs_context *ctx; in f2fs_init_fs_context()
5687 ctx = kzalloc_obj(struct f2fs_fs_context); in f2fs_init_fs_context()