Home
last modified time | relevance | path

Searched defs:set_opt (Results 1 – 2 of 2) 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.h182 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro