Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c609 ext = info->noextensions; in is_compress_extension_exist()
1115 noext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_parse_param()
1395 F2FS_CTX_INFO(ctx).noextensions[i], false)) { in f2fs_check_compression()
1396 F2FS_CTX_INFO(ctx).noextensions[i][0] = '\0'; in f2fs_check_compression()
1406 if (f2fs_test_compress_extension(F2FS_CTX_INFO(ctx).noextensions, in f2fs_check_compression()
1413 if (f2fs_test_compress_extension(F2FS_CTX_INFO(ctx).noextensions, in f2fs_check_compression()
1420 if (f2fs_test_compress_extension(F2FS_OPTION(sbi).noextensions, in f2fs_check_compression()
1645 ctx_ext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_apply_compression()
1647 sbi_ext = F2FS_OPTION(sbi).noextensions; in f2fs_apply_compression()
2299 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.h233 unsigned char noextensions[COMPRESS_EXT_NUM][F2FS_EXTENSION_LEN]; /* extensions */ member