Searched defs:ext4_fs_context (Results 1 – 1 of 1) sorted by relevance
1949 struct ext4_fs_context { struct1950 char *s_qf_names[EXT4_MAXQUOTAS];1951 struct fscrypt_dummy_policy dummy_enc_policy;1952 int s_jquota_fmt; /* Format of quota to use */1954 int s_fc_debug_max_replay;1956 unsigned short qname_spec;1957 unsigned long vals_s_flags; /* Bits to set in s_flags */1958 unsigned long mask_s_flags; /* Bits changed in s_flags */1982 struct ext4_fs_context *ctx = fc->fs_private; in ext4_fc_free() argument