Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Df2fs.h148 struct f2fs_mount_info { struct
149 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 …]