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

/linux-master/fs/qnx6/
H A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/linux-master/fs/erofs/
H A Dinternal.h199 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
/linux-master/fs/ext2/
H A Dext2.h383 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/linux-master/fs/ext4/
H A Dext4.h1255 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro
/linux-master/fs/f2fs/
H A Df2fs.h121 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro

Completed in 280 milliseconds