Searched defs:set_opt (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/qnx6/
H A Dqnx6.h70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
/linux-master/fs/erofs/
H A Dinternal.h200 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
/linux-master/fs/ext2/
H A Dext2.h384 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
/linux-master/fs/ext4/
H A Dext4.h1257 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro
/linux-master/fs/f2fs/
H A Df2fs.h122 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) macro

Completed in 277 milliseconds