Lines Matching defs:F2FS_EXTENSION_LEN
574 unsigned char (*ext)[F2FS_EXTENSION_LEN];
601 static int f2fs_test_compress_extension(unsigned char (*noext)[F2FS_EXTENSION_LEN],
603 unsigned char (*ext)[F2FS_EXTENSION_LEN],
715 unsigned char (*ext)[F2FS_EXTENSION_LEN];
716 unsigned char (*noext)[F2FS_EXTENSION_LEN];
1062 if (strlen(name) >= F2FS_EXTENSION_LEN ||
1071 ret = strscpy(ext[ext_cnt], name, F2FS_EXTENSION_LEN);
1082 if (strlen(name) >= F2FS_EXTENSION_LEN ||
1091 ret = strscpy(noext[noext_cnt], name, F2FS_EXTENSION_LEN);
1560 unsigned char (*ctx_ext)[F2FS_EXTENSION_LEN];
1561 unsigned char (*sbi_ext)[F2FS_EXTENSION_LEN];