Searched refs:ctx_ext (Results 1 – 1 of 1) sorted by relevance
1666 unsigned char (*ctx_ext)[F2FS_EXTENSION_LEN]; in f2fs_apply_compression() local1686 ctx_ext = F2FS_CTX_INFO(ctx).extensions; in f2fs_apply_compression()1691 if (strlen(ctx_ext[i]) == 0) in f2fs_apply_compression()1693 strscpy(sbi_ext[sbi_cnt], ctx_ext[i]); in f2fs_apply_compression()1699 ctx_ext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_apply_compression()1704 if (strlen(ctx_ext[i]) == 0) in f2fs_apply_compression()1706 strscpy(sbi_ext[sbi_cnt], ctx_ext[i]); in f2fs_apply_compression()