Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c657 ext = info->noextensions; in is_compress_extension_exist()
1163 noext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_parse_param()
1443 F2FS_CTX_INFO(ctx).noextensions[i], false)) { in f2fs_check_compression()
1444 F2FS_CTX_INFO(ctx).noextensions[i][0] = '\0'; in f2fs_check_compression()
1454 if (f2fs_test_compress_extension(F2FS_CTX_INFO(ctx).noextensions, in f2fs_check_compression()
1461 if (f2fs_test_compress_extension(F2FS_CTX_INFO(ctx).noextensions, in f2fs_check_compression()
1468 if (f2fs_test_compress_extension(F2FS_OPTION(sbi).noextensions, in f2fs_check_compression()
1693 ctx_ext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_apply_compression()
1695 sbi_ext = F2FS_OPTION(sbi).noextensions; in f2fs_apply_compression()
2347 F2FS_OPTION(sbi).noextensions[i]); in f2fs_show_compress_options()
H A Dnamei.c144 F2FS_OPTION(sbi).noextensions; in set_compress_new_inode()
H A Df2fs.h259 unsigned char noextensions[COMPRESS_EXT_NUM][F2FS_EXTENSION_LEN]; /* extensions */ member