Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 5 of 5) sorted by relevance

/fs/isofs/
DKconfig7 Unix systems. The so-called Rock-Ridge extensions which allow for
19 bool "Microsoft Joliet CDROM extensions"
/fs/cifs/
DKconfig49 Note that when mounting to Samba, due to the CIFS POSIX extensions,
/fs/f2fs/
Dsuper.c554 ext = F2FS_OPTION(sbi).extensions; in is_compress_extension_exist()
582 ext = F2FS_OPTION(sbi).extensions; in f2fs_test_compress_extension()
1176 ext = F2FS_OPTION(sbi).extensions; in parse_options()
1898 F2FS_OPTION(sbi).extensions[i]); in f2fs_show_compress_options()
Dnamei.c294 unsigned char (*ext)[F2FS_EXTENSION_LEN] = F2FS_OPTION(sbi).extensions; in set_compress_inode()
Df2fs.h180 unsigned char extensions[COMPRESS_EXT_NUM][F2FS_EXTENSION_LEN]; /* extensions */ member