Searched defs:clear_opt (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/fs/qnx6/ |
| D | qnx6.h | 69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
|
| /kernel/linux/linux-6.6/fs/qnx6/ |
| D | qnx6.h | 69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
|
| /kernel/linux/linux-5.10/fs/erofs/ |
| D | internal.h | 106 #define clear_opt(ctx, option) ((ctx)->mount_opt &= ~EROFS_MOUNT_##option) macro
|
| /kernel/linux/linux-6.6/fs/erofs/ |
| D | internal.h | 197 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
|
| /kernel/linux/linux-6.6/fs/ext2/ |
| D | ext2.h | 383 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
|
| /kernel/linux/linux-5.10/fs/ext2/ |
| D | ext2.h | 384 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
|
| /kernel/linux/linux-6.6/fs/ext4/ |
| D | ext4.h | 1243 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | ext4.h | 1244 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro
|
| /kernel/linux/linux-5.10/fs/f2fs/ |
| D | f2fs.h | 110 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
|
| /kernel/linux/linux-6.6/fs/f2fs/ |
| D | f2fs.h | 113 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
|