Home
last modified time | relevance | path

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

/linux/fs/qnx6/
H A Dqnx6.h70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
/linux/fs/erofs/
H A Dinternal.h183 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
/linux/fs/ext2/
H A Dext2.h385 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
/linux/fs/f2fs/
H A Df2fs.h141 #define set_opt(sbi, option) \ macro