Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tiny/
H A Dbochs.c299 goto noext; in bochs_hw_init()
306 noext: in bochs_hw_init()
/linux-6.15/fs/f2fs/
H A Dsuper.c574 unsigned char (*noext)[F2FS_EXTENSION_LEN]; in f2fs_test_compress_extension() local
579 noext = F2FS_OPTION(sbi).noextensions; in f2fs_test_compress_extension()
586 if (!strcasecmp("*", noext[no_index])) { in f2fs_test_compress_extension()
591 if (!strcasecmp(ext[index], noext[no_index])) { in f2fs_test_compress_extension()
681 unsigned char (*noext)[F2FS_EXTENSION_LEN]; in parse_options() local
1181 noext = F2FS_OPTION(sbi).noextensions; in parse_options()
1197 ret = strscpy(noext[noext_cnt], name); in parse_options()
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()