Home
last modified time | relevance | path

Searched defs:test_opt (Results 1 – 5 of 5) sorted by relevance

/fs/qnx6/
A Dqnx6.h71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
/fs/erofs/
A Dinternal.h183 #define test_opt(opt, option) ((opt)->mount_opt & EROFS_MOUNT_##option) macro
/fs/ext2/
A Dext2.h386 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
/fs/ext4/
A Dext4.h1276 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
/fs/f2fs/
A Df2fs.h138 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) macro

Completed in 40 milliseconds