Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/tiny/
Dbochs.c278 goto noext; in bochs_hw_init()
285 noext: in bochs_hw_init()
/Linux-v5.15/fs/f2fs/
Dsuper.c512 unsigned char (*noext)[F2FS_EXTENSION_LEN]; in f2fs_test_compress_extension() local
517 noext = F2FS_OPTION(sbi).noextensions; in f2fs_test_compress_extension()
524 if (!strcasecmp("*", noext[no_index])) { in f2fs_test_compress_extension()
529 if (!strcasecmp(ext[index], noext[no_index])) { in f2fs_test_compress_extension()
612 unsigned char (*noext)[F2FS_EXTENSION_LEN]; in parse_options() local
1129 noext = F2FS_OPTION(sbi).noextensions; in parse_options()
1140 strcpy(noext[noext_cnt], name); in parse_options()
Dnamei.c290 unsigned char (*noext)[F2FS_EXTENSION_LEN] = F2FS_OPTION(sbi).noextensions; in set_compress_inode() local
317 if (is_extension_exist(name, noext[i], false)) { in set_compress_inode()