Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dsuper.c466 clear_opt (sbi->s_mount_opt, MINIX_DF); in parse_options()
475 clear_opt (sbi->s_mount_opt, GRPID); in parse_options()
503 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
504 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
508 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
509 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
513 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
514 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
521 clear_opt (sbi->s_mount_opt, CHECK); in parse_options()
530 clear_opt (sbi->s_mount_opt, OLDALLOC); in parse_options()
[all …]
Dext2.h394 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/linux-4.1.27/fs/ext3/
Dsuper.c1016 clear_opt (sbi->s_mount_opt, MINIX_DF); in parse_options()
1025 clear_opt (sbi->s_mount_opt, GRPID); in parse_options()
1053 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
1054 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
1058 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
1059 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
1063 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
1064 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
1071 clear_opt (sbi->s_mount_opt, CHECK); in parse_options()
1089 clear_opt (sbi->s_mount_opt, XATTR_USER); in parse_options()
[all …]
Dext3.h372 #define clear_opt(o, opt) o &= ~EXT3_MOUNT_##opt macro
/linux-4.1.27/fs/qnx6/
Dqnx6.h68 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/linux-4.1.27/fs/f2fs/
Dsuper.c288 clear_opt(sbi, BG_GC); in parse_options()
315 clear_opt(sbi, XATTR_USER); in parse_options()
339 clear_opt(sbi, POSIX_ACL); in parse_options()
378 clear_opt(sbi, INLINE_DATA); in parse_options()
Df2fs.h55 #define clear_opt(sbi, option) (sbi->mount_opt.opt &= ~F2FS_MOUNT_##option) macro
/linux-4.1.27/fs/ext4/
Dsuper.c1506 clear_opt(sb, ERRORS_MASK); in handle_mount_opt()
1626 clear_opt(sb, DATA_FLAGS); in handle_mount_opt()
1701 clear_opt(sb, USRQUOTA); in parse_options()
1702 clear_opt(sb, GRPQUOTA); in parse_options()
1705 clear_opt(sb, USRQUOTA); in parse_options()
1708 clear_opt(sb, GRPQUOTA); in parse_options()
3652 clear_opt(sb, DELALLOC); in ext4_fill_super()
4038 clear_opt(sb, DATA_FLAGS); in ext4_fill_super()
Dext4.h1059 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro