Lines Matching refs:ext
574 unsigned char (*ext)[F2FS_EXTENSION_LEN]; in is_compress_extension_exist() local
579 ext = info->extensions; in is_compress_extension_exist()
582 ext = info->noextensions; in is_compress_extension_exist()
587 if (!strcasecmp(new_ext, ext[i])) in is_compress_extension_exist()
603 unsigned char (*ext)[F2FS_EXTENSION_LEN], in f2fs_test_compress_extension()
619 if (strlen(ext[index]) == 0) in f2fs_test_compress_extension()
621 if (!strcasecmp(ext[index], noext[no_index])) { in f2fs_test_compress_extension()
623 ext[index]); in f2fs_test_compress_extension()
715 unsigned char (*ext)[F2FS_EXTENSION_LEN]; in f2fs_parse_param() local
1059 ext = F2FS_CTX_INFO(ctx).extensions; in f2fs_parse_param()
1071 ret = strscpy(ext[ext_cnt], name, F2FS_EXTENSION_LEN); in f2fs_parse_param()