Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c1666 unsigned char (*ctx_ext)[F2FS_EXTENSION_LEN]; in f2fs_apply_compression() local
1686 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()