Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dsuper.c487 clear_opt (opts->s_mount_opt, MINIX_DF); in parse_options()
496 clear_opt (opts->s_mount_opt, GRPID); in parse_options()
524 clear_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
525 clear_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
529 clear_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
530 clear_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options()
534 clear_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
535 clear_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options()
548 clear_opt (opts->s_mount_opt, OLDALLOC); in parse_options()
559 clear_opt (opts->s_mount_opt, XATTR_USER); in parse_options()
[all …]
H A Dext2.h383 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/openbmc/linux/fs/erofs/
H A Dsuper.c432 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()
466 clear_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param()
476 clear_opt(&sbi->opt, POSIX_ACL); in erofs_fc_parse_param()
630 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
633 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
H A Dinternal.h190 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
/openbmc/linux/fs/f2fs/
H A Dsuper.c440 clear_opt(sbi, USRQUOTA); in f2fs_check_quota_options()
444 clear_opt(sbi, GRPQUOTA); in f2fs_check_quota_options()
448 clear_opt(sbi, PRJQUOTA); in f2fs_check_quota_options()
727 clear_opt(sbi, DISCARD); in parse_options()
738 clear_opt(sbi, XATTR_USER); in parse_options()
744 clear_opt(sbi, INLINE_XATTR); in parse_options()
771 clear_opt(sbi, POSIX_ACL); in parse_options()
799 clear_opt(sbi, INLINE_DENTRY); in parse_options()
805 clear_opt(sbi, FLUSH_MERGE); in parse_options()
811 clear_opt(sb in parse_options()
[all...]
H A Df2fs.h118 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
H A Dfile.c2339 clear_opt(sbi, DISCARD); in f2fs_do_shutdown()
/openbmc/linux/fs/qnx6/
H A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/openbmc/linux/fs/ext4/
H A Dioctl.c843 clear_opt(sb, DISCARD); in ext4_force_shutdown()
H A Dsuper.c5002 clear_opt(sb, DIOREAD_NOLOCK); in ext4_check_journal_data_mode()
5020 clear_opt(sb, DELALLOC); in ext4_check_journal_data_mode()
5423 clear_opt(sb, JOURNAL_CHECKSUM); in __ext4_fill_super()
5424 clear_opt(sb, DATA_FLAGS); in __ext4_fill_super()
H A Dext4.h1253 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch854 -#define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt