Home
last modified time | relevance | path

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

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