Searched refs:noext_cnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/f2fs/
H A Dsuper.c564 int ext_cnt, noext_cnt, index = 0, no_index = 0; local
569 noext_cnt = F2FS_OPTION(sbi).nocompress_ext_cnt;
571 if (!noext_cnt)
574 for (no_index = 0; no_index < noext_cnt; no_index++) {
672 int ext_cnt, noext_cnt; local
1168 noext_cnt = F2FS_OPTION(sbi).nocompress_ext_cnt;
1171 noext_cnt >= COMPRESS_EXT_NUM) {
1183 strcpy(noext[noext_cnt], name);
H A Dnamei.c147 unsigned char noext_cnt = F2FS_OPTION(sbi).nocompress_ext_cnt; local
172 for (i = 0; i < noext_cnt; i++)

Completed in 222 milliseconds