Lines Matching defs:f2fs_mount_info
120 struct f2fs_mount_info { struct
121 unsigned int opt;
122 int write_io_size_bits; /* Write IO size bits */
123 block_t root_reserved_blocks; /* root reserved blocks */
124 kuid_t s_resuid; /* reserved blocks for uid */
125 kgid_t s_resgid; /* reserved blocks for gid */
126 int active_logs; /* # of active logs */
127 int inline_xattr_size; /* inline xattr size */
129 struct f2fs_fault_info fault_info; /* For fault injection */
133 char *s_qf_names[MAXQUOTAS];
134 int s_jquota_fmt; /* Format of quota to use */
137 int whint_mode;
138 int alloc_mode; /* segment allocation policy */
139 int fsync_mode; /* fsync policy */
140 int fs_mode; /* fs mode: LFS or ADAPTIVE */
141 int bggc_mode; /* bggc mode: off, on or sync */
142 struct fscrypt_dummy_policy dummy_enc_policy; /* test dummy encryption */
143 block_t unusable_cap_perc; /* percentage for cap */
144 block_t unusable_cap; /* Amount of space allowed to be
149 unsigned char compress_algorithm; /* algorithm type */
150 unsigned compress_log_size; /* cluster log size */
151 unsigned char compress_ext_cnt; /* extension count */
152 unsigned char extensions[COMPRESS_EXT_NUM][F2FS_EXTENSION_LEN]; /* extensions */