Lines Matching defs:f2fs_mount_info
135 struct f2fs_mount_info { struct
136 unsigned int opt;
137 int write_io_size_bits; /* Write IO size bits */
138 block_t root_reserved_blocks; /* root reserved blocks */
139 kuid_t s_resuid; /* reserved blocks for uid */
140 kgid_t s_resgid; /* reserved blocks for gid */
141 int active_logs; /* # of active logs */
142 int inline_xattr_size; /* inline xattr size */
144 struct f2fs_fault_info fault_info; /* For fault injection */
148 char *s_qf_names[MAXQUOTAS];
149 int s_jquota_fmt; /* Format of quota to use */
152 int whint_mode;
153 int alloc_mode; /* segment allocation policy */
154 int fsync_mode; /* fsync policy */
155 int fs_mode; /* fs mode: LFS or ADAPTIVE */
156 int bggc_mode; /* bggc mode: off, on or sync */
157 int memory_mode; /* memory mode */
158 struct fscrypt_dummy_policy dummy_enc_policy; /* test dummy encryption */
159 block_t unusable_cap_perc; /* percentage for cap */
160 block_t unusable_cap; /* Amount of space allowed to be
165 unsigned char compress_algorithm; /* algorithm type */
166 unsigned char compress_log_size; /* cluster log size */
167 unsigned char compress_level; /* compress level */
168 bool compress_chksum; /* compressed data chksum */
169 unsigned char compress_ext_cnt; /* extension count */
170 int compress_mode; /* compression mode */
171 unsigned char extensions[COMPRESS_EXT_NUM][F2FS_EXTENSION_LEN]; /* extensions */