Searched defs:f2fs_mount_info (Results 1 – 1 of 1) sorted by relevance
148 struct f2fs_mount_info { struct149 unsigned int opt;150 block_t root_reserved_blocks; /* root reserved blocks */151 kuid_t s_resuid; /* reserved blocks for uid */152 kgid_t s_resgid; /* reserved blocks for gid */153 int active_logs; /* # of active logs */154 int inline_xattr_size; /* inline xattr size */156 struct f2fs_fault_info fault_info; /* For fault injection */160 char *s_qf_names[MAXQUOTAS];161 int s_jquota_fmt; /* Format of quota to use */[all …]