Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/tiny/
Dbochs.c282 goto noext; in bochs_hw_init()
289 noext: in bochs_hw_init()
/linux-6.1.9/fs/f2fs/
Dsuper.c561 unsigned char (*noext)[F2FS_EXTENSION_LEN]; in f2fs_test_compress_extension() local
566 noext = F2FS_OPTION(sbi).noextensions; in f2fs_test_compress_extension()
573 if (!strcasecmp("*", noext[no_index])) { in f2fs_test_compress_extension()
578 if (!strcasecmp(ext[index], noext[no_index])) { in f2fs_test_compress_extension()
661 unsigned char (*noext)[F2FS_EXTENSION_LEN]; in parse_options() local
1166 noext = F2FS_OPTION(sbi).noextensions; in parse_options()
1177 strcpy(noext[noext_cnt], name); in parse_options()
Dnamei.c129 unsigned char (*noext)[F2FS_EXTENSION_LEN] = in set_compress_new_inode() local
159 if (is_extension_exist(name, noext[i], false)) in set_compress_new_inode()