Searched refs:ctx_ext (Results 1 – 1 of 1) sorted by relevance
1660 unsigned char (*ctx_ext)[F2FS_EXTENSION_LEN]; in f2fs_apply_compression() local1680 ctx_ext = F2FS_CTX_INFO(ctx).extensions; in f2fs_apply_compression()1685 if (strlen(ctx_ext[i]) == 0) in f2fs_apply_compression()1687 strscpy(sbi_ext[sbi_cnt], ctx_ext[i]); in f2fs_apply_compression()1693 ctx_ext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_apply_compression()1698 if (strlen(ctx_ext[i]) == 0) in f2fs_apply_compression()1700 strscpy(sbi_ext[sbi_cnt], ctx_ext[i]); in f2fs_apply_compression()