Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c677 int noext_cnt, in f2fs_test_compress_extension() argument
683 if (!noext_cnt) in f2fs_test_compress_extension()
686 for (no_index = 0; no_index < noext_cnt; no_index++) { in f2fs_test_compress_extension()
792 int ext_cnt, noext_cnt; in f2fs_parse_param() local
1164 noext_cnt = F2FS_CTX_INFO(ctx).nocompress_ext_cnt; in f2fs_parse_param()
1167 noext_cnt >= COMPRESS_EXT_NUM) { in f2fs_parse_param()
1175 ret = strscpy(noext[noext_cnt], name, F2FS_EXTENSION_LEN); in f2fs_parse_param()