Searched refs:noext (Results 1 – 3 of 3) sorted by relevance
303 goto noext; in bochs_hw_init()310 noext: in bochs_hw_init()
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()
676 static int f2fs_test_compress_extension(unsigned char (*noext)[F2FS_EXTENSION_LEN], in f2fs_test_compress_extension()687 if (strlen(noext[no_index]) == 0) in f2fs_test_compress_extension()689 if (!strcasecmp("*", noext[no_index])) { in f2fs_test_compress_extension()696 if (!strcasecmp(ext[index], noext[no_index])) { in f2fs_test_compress_extension()791 unsigned char (*noext)[F2FS_EXTENSION_LEN]; in f2fs_parse_param() local1163 noext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_parse_param()1175 ret = strscpy(noext[noext_cnt], name, F2FS_EXTENSION_LEN); in f2fs_parse_param()