Searched defs:set_opt (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/qnx6/ | ||
| H A D | qnx6.h | 70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro |
| /linux/fs/erofs/ | ||
| H A D | internal.h | 182 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro |