Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dnamei.c290 unsigned char (*noext)[F2FS_EXTENSION_LEN] = F2FS_OPTION(sbi).noextensions; in set_compress_inode()
Dsuper.c517 noext = F2FS_OPTION(sbi).noextensions; in f2fs_test_compress_extension()
1129 noext = F2FS_OPTION(sbi).noextensions; in parse_options()
1810 F2FS_OPTION(sbi).noextensions[i]); in f2fs_show_compress_options()
Df2fs.h164 unsigned char noextensions[COMPRESS_EXT_NUM][F2FS_EXTENSION_LEN]; /* extensions */ member