Home
last modified time | relevance | path

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

/linux-4.4.14/fs/qnx6/
Dqnx6.h70 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
/linux-4.4.14/fs/ext2/
Dext2.h396 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
/linux-4.4.14/fs/f2fs/
Df2fs.h60 #define test_opt(sbi, option) (sbi->mount_opt.opt & F2FS_MOUNT_##option) macro
/linux-4.4.14/fs/ext4/
Dext4.h1102 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro