Home
last modified time | relevance | path

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

/fs/ext2/
Dsuper.c502 clear_opt (sbi->s_mount_opt, MINIX_DF); in parse_options()
511 clear_opt (sbi->s_mount_opt, GRPID); in parse_options()
539 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
540 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
544 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
545 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
549 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
550 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
557 clear_opt (sbi->s_mount_opt, CHECK); in parse_options()
566 clear_opt (sbi->s_mount_opt, OLDALLOC); in parse_options()
[all …]
Dext2.h400 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/fs/f2fs/
Dsuper.c327 clear_opt(sbi, USRQUOTA); in f2fs_check_quota_options()
331 clear_opt(sbi, GRPQUOTA); in f2fs_check_quota_options()
335 clear_opt(sbi, PRJQUOTA); in f2fs_check_quota_options()
394 clear_opt(sbi, FORCE_FG_GC); in parse_options()
396 clear_opt(sbi, BG_GC); in parse_options()
397 clear_opt(sbi, FORCE_FG_GC); in parse_options()
425 clear_opt(sbi, DISCARD); in parse_options()
431 clear_opt(sbi, NOHEAP); in parse_options()
438 clear_opt(sbi, XATTR_USER); in parse_options()
444 clear_opt(sbi, INLINE_XATTR); in parse_options()
[all …]
Df2fs.h106 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
3591 clear_opt(sbi, ADAPTIVE); in set_opt_mode()
3592 clear_opt(sbi, LFS); in set_opt_mode()
Dfile.c1984 clear_opt(sbi, DISCARD); in f2fs_ioc_shutdown()
/fs/qnx6/
Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/fs/ext4/
Dsuper.c1772 clear_opt(sb, ERRORS_MASK); in handle_mount_opt()
1901 clear_opt(sb, DATA_FLAGS); in handle_mount_opt()
1993 clear_opt(sb, USRQUOTA); in parse_options()
1996 clear_opt(sb, GRPQUOTA); in parse_options()
3795 clear_opt(sb, DELALLOC); in ext4_fill_super()
4246 clear_opt(sb, JOURNAL_CHECKSUM); in ext4_fill_super()
4247 clear_opt(sb, DATA_FLAGS); in ext4_fill_super()
Dioctl.c540 clear_opt(sb, DISCARD); in ext4_shutdown()
Dext4.h1176 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro