Home
last modified time | relevance | path

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

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