Home
last modified time | relevance | path

Searched defs:ext4_fs_context (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dsuper.c2013 struct ext4_fs_context { struct
2014 char *s_qf_names[EXT4_MAXQUOTAS];
2015 struct fscrypt_dummy_policy dummy_enc_policy;
2016 int s_jquota_fmt; /* Format of quota to use */
2018 int s_fc_debug_max_replay;
2020 unsigned short qname_spec;
2021 unsigned long vals_s_flags; /* Bits to set in s_flags */
2022 unsigned long mask_s_flags; /* Bits changed in s_flags */
2046 struct ext4_fs_context *ctx = fc->fs_private; in ext4_fc_free() argument