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

/linux-4.1.27/fs/qnx6/
H A Dqnx6.h70 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
/linux-4.1.27/fs/ext2/
H A Dext2.h396 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
/linux-4.1.27/fs/ext3/
H A Dext3.h374 #define test_opt(sb, opt) (EXT3_SB(sb)->s_mount_opt & \ macro
/linux-4.1.27/fs/f2fs/
H A Df2fs.h57 #define test_opt(sbi, option) (sbi->mount_opt.opt & F2FS_MOUNT_##option) macro
/linux-4.1.27/fs/ext4/
H A Dext4.h1063 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro

Completed in 330 milliseconds