Home
last modified time | relevance | path

Searched refs:clear_opt (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/erofs/
H A Dsuper.c397 clear_opt(&sbi->opt, DAX_NEVER); in erofs_fc_set_dax_mode()
401 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode()
431 clear_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param()
441 clear_opt(&sbi->opt, POSIX_ACL); in erofs_fc_parse_param()
504 clear_opt(&sbi->opt, DIRECT_IO); in erofs_fc_parse_param()
624 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
627 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
H A Dinternal.h178 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
/linux-6.15/fs/f2fs/
H A Dsuper.c459 clear_opt(sbi, USRQUOTA); in f2fs_check_quota_options()
463 clear_opt(sbi, GRPQUOTA); in f2fs_check_quota_options()
467 clear_opt(sbi, PRJQUOTA); in f2fs_check_quota_options()
747 clear_opt(sbi, DISCARD); in parse_options()
786 clear_opt(sbi, POSIX_ACL); in parse_options()
922 clear_opt(sbi, LAZYTIME); in parse_options()
975 clear_opt(sbi, QUOTA); in parse_options()
976 clear_opt(sbi, USRQUOTA); in parse_options()
977 clear_opt(sbi, GRPQUOTA); in parse_options()
978 clear_opt(sbi, PRJQUOTA); in parse_options()
[all …]
H A Df2fs.h127 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
H A Dfile.c2418 clear_opt(sbi, DISCARD); in f2fs_do_shutdown()
/linux-6.15/fs/qnx6/
H A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/linux-6.15/fs/ext2/
H A Dext2.h384 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
H A Dsuper.c997 clear_opt(sbi->s_mount_opt, DAX); in ext2_fill_super()
1000 clear_opt(sbi->s_mount_opt, DAX); in ext2_fill_super()
/linux-6.15/fs/ext4/
H A Dsuper.c4988 clear_opt(sb, DIOREAD_NOLOCK); in ext4_check_journal_data_mode()
5006 clear_opt(sb, DELALLOC); in ext4_check_journal_data_mode()
5437 clear_opt(sb, JOURNAL_CHECKSUM); in __ext4_fill_super()
5438 clear_opt(sb, DATA_FLAGS); in __ext4_fill_super()
5627 clear_opt(sb, DISCARD); in __ext4_fill_super()
H A Dioctl.c843 clear_opt(sb, DISCARD); in ext4_force_shutdown()
H A Dext4.h1261 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro