Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dsuper.c566 noext = F2FS_OPTION(sbi).noextensions; in f2fs_test_compress_extension()
1166 noext = F2FS_OPTION(sbi).noextensions; in parse_options()
1867 F2FS_OPTION(sbi).noextensions[i]); in f2fs_show_compress_options()
Dnamei.c290 unsigned char (*noext)[F2FS_EXTENSION_LEN] = F2FS_OPTION(sbi).noextensions; in set_compress_inode()
Df2fs.h183 unsigned char noextensions[COMPRESS_EXT_NUM][F2FS_EXTENSION_LEN]; /* extensions */ member