Searched refs:noextensions (Results 1 – 3 of 3) sorted by relevance
675 ext = info->noextensions; in is_compress_extension_exist()1181 noext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_parse_param()1465 F2FS_CTX_INFO(ctx).noextensions[i], false)) { in f2fs_check_compression()1466 F2FS_CTX_INFO(ctx).noextensions[i][0] = '\0'; in f2fs_check_compression()1476 if (f2fs_test_compress_extension(F2FS_CTX_INFO(ctx).noextensions, in f2fs_check_compression()1483 if (f2fs_test_compress_extension(F2FS_CTX_INFO(ctx).noextensions, in f2fs_check_compression()1490 if (f2fs_test_compress_extension(F2FS_OPTION(sbi).noextensions, in f2fs_check_compression()1717 ctx_ext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_apply_compression()1719 sbi_ext = F2FS_OPTION(sbi).noextensions; in f2fs_apply_compression()2388 F2FS_OPTION(sbi).noextensions[i]); in f2fs_show_compress_options()
159 F2FS_OPTION(sbi).noextensions; in set_compress_new_inode()
269 unsigned char noextensions[COMPRESS_EXT_NUM][F2FS_EXTENSION_LEN]; /* extensions */ member