Home
last modified time | relevance | path

Searched defs:set_opt (Results 1 – 3 of 3) 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.h179 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
/linux/fs/f2fs/
H A Df2fs.h137 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) macro