Searched refs:clear_opt (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/erofs/ |
| H A D | super.c | 173 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_init_device() 210 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_scan_devices() 432 clear_opt(&sbi->opt, DAX_NEVER); in erofs_fc_set_dax_mode() 436 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode() 465 clear_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param() 473 clear_opt(&sbi->opt, POSIX_ACL); in erofs_fc_parse_param() 533 clear_opt(&sbi->opt, DIRECT_IO); in erofs_fc_parse_param() 726 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super() 730 clear_opt(&sbi->opt, INODE_SHARE); in erofs_fc_fill_super()
|
| H A D | internal.h | 181 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
|
| /linux/fs/qnx6/ |
| H A D | qnx6.h | 69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
|
| /linux/fs/ext2/ |
| H A D | ext2.h | 383 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
|
| H A D | super.c | 998 clear_opt(sbi->s_mount_opt, DAX); in ext2_fill_super() 1001 clear_opt(sbi->s_mount_opt, DAX); in ext2_fill_super()
|
| /linux/fs/ext4/ |
| H A D | super.c | 5035 clear_opt(sb, DIOREAD_NOLOCK); in ext4_check_journal_data_mode() 5053 clear_opt(sb, DELALLOC); in ext4_check_journal_data_mode() 5523 clear_opt(sb, JOURNAL_CHECKSUM); in __ext4_fill_super() 5524 clear_opt(sb, DATA_FLAGS); in __ext4_fill_super() 5713 clear_opt(sb, DISCARD); in __ext4_fill_super()
|
| H A D | ioctl.c | 847 clear_opt(sb, DISCARD); in ext4_force_shutdown()
|
| H A D | ext4.h | 1286 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro
|
| /linux/fs/f2fs/ |
| H A D | super.c | 2542 clear_opt(sbi, DISABLE_CHECKPOINT); in default_options() 2942 clear_opt(sbi, FLUSH_MERGE); in __f2fs_remount() 3036 clear_opt(sbi, FLUSH_MERGE); in __f2fs_remount()
|
| H A D | f2fs.h | 143 #define clear_opt(sbi, option) \ macro
|
| H A D | file.c | 2495 clear_opt(sbi, DISCARD); in f2fs_do_shutdown()
|