Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tiny/
H A Dbochs.c303 goto noext; in bochs_hw_init()
310 noext: in bochs_hw_init()
/linux/fs/f2fs/
H A Dnamei.c143 unsigned char (*noext)[F2FS_EXTENSION_LEN] = in set_compress_new_inode() local
173 if (is_compress_extension(name, noext[i])) in set_compress_new_inode()
H A Dsuper.c676 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() local
1163 noext = F2FS_CTX_INFO(ctx).noextensions; in f2fs_parse_param()
1175 ret = strscpy(noext[noext_cnt], name, F2FS_EXTENSION_LEN); in f2fs_parse_param()