Lines Matching defs:f2fs_mount_info
122 struct f2fs_mount_info { struct
123 unsigned int opt;
124 int write_io_size_bits; /* Write IO size bits */
125 block_t root_reserved_blocks; /* root reserved blocks */
126 kuid_t s_resuid; /* reserved blocks for uid */
127 kgid_t s_resgid; /* reserved blocks for gid */
128 int active_logs; /* # of active logs */
129 int inline_xattr_size; /* inline xattr size */
131 struct f2fs_fault_info fault_info; /* For fault injection */
135 char *s_qf_names[MAXQUOTAS];
136 int s_jquota_fmt; /* Format of quota to use */
139 int whint_mode;
140 int alloc_mode; /* segment allocation policy */
141 int fsync_mode; /* fsync policy */
142 int fs_mode; /* fs mode: LFS or ADAPTIVE */
143 int bggc_mode; /* bggc mode: off, on or sync */
144 int discard_unit; /*
149 struct fscrypt_dummy_policy dummy_enc_policy; /* test dummy encryption */
150 block_t unusable_cap_perc; /* percentage for cap */
151 block_t unusable_cap; /* Amount of space allowed to be
156 unsigned char compress_algorithm; /* algorithm type */
157 unsigned char compress_log_size; /* cluster log size */
158 unsigned char compress_level; /* compress level */
159 bool compress_chksum; /* compressed data chksum */
160 unsigned char compress_ext_cnt; /* extension count */
161 unsigned char nocompress_ext_cnt; /* nocompress extension count */
162 int compress_mode; /* compression mode */
163 unsigned char extensions[COMPRESS_EXT_NUM][F2FS_EXTENSION_LEN]; /* extensions */
164 unsigned char noextensions[COMPRESS_EXT_NUM][F2FS_EXTENSION_LEN]; /* extensions */