Searched refs:noext (Results 1 – 2 of 2) sorted by relevance
143 unsigned char (*noext)[F2FS_EXTENSION_LEN] = in set_compress_new_inode() local173 if (is_compress_extension(name, noext[i])) in set_compress_new_inode()
628 static int f2fs_test_compress_extension(unsigned char (*noext)[F2FS_EXTENSION_LEN], in f2fs_test_compress_extension()639 if (strlen(noext[no_index]) == 0) in f2fs_test_compress_extension()641 if (!strcasecmp("*", noext[no_index])) { in f2fs_test_compress_extension()648 if (!strcasecmp(ext[index], noext[no_index])) { in f2fs_test_compress_extension()743 unsigned char (*noext)[F2FS_EXTENSION_LEN]; in f2fs_parse_param() local1115 noext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_parse_param()1127 ret = strscpy(noext[noext_cnt], name, F2FS_EXTENSION_LEN); in f2fs_parse_param()