Home
last modified time | relevance | path

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

/linux/fs/qnx6/
H A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/linux/fs/erofs/
H A Dinternal.h181 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
/linux/fs/ext2/
H A Dext2.h384 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/linux/fs/f2fs/
H A Df2fs.h136 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro