Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext2/
Dsuper.c451 clear_opt (sbi->s_mount_opt, MINIX_DF); in parse_options()
460 clear_opt (sbi->s_mount_opt, GRPID); in parse_options()
477 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
478 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
482 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
483 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
487 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
488 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
495 clear_opt (sbi->s_mount_opt, CHECK); in parse_options()
504 clear_opt (sbi->s_mount_opt, OLDALLOC); in parse_options()
[all …]
Dext2.h389 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/linux-3.4.99/fs/ext3/
Dsuper.c989 clear_opt (sbi->s_mount_opt, MINIX_DF); in parse_options()
998 clear_opt (sbi->s_mount_opt, GRPID); in parse_options()
1015 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
1016 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
1020 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
1021 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
1025 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
1026 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
1033 clear_opt (sbi->s_mount_opt, CHECK); in parse_options()
1051 clear_opt (sbi->s_mount_opt, XATTR_USER); in parse_options()
[all …]
Dext3.h370 #define clear_opt(o, opt) o &= ~EXT3_MOUNT_##opt macro
/linux-3.4.99/fs/qnx6/
Dqnx6.h68 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/linux-3.4.99/fs/ext4/
Dsuper.c1516 clear_opt(sb, ERRORS_MASK); in handle_mount_opt()
1563 clear_opt(sb, DATA_FLAGS); in handle_mount_opt()
1629 clear_opt(sb, USRQUOTA); in parse_options()
1632 clear_opt(sb, GRPQUOTA); in parse_options()
3240 clear_opt(sb, DELALLOC); in ext4_fill_super()
3615 clear_opt(sb, DATA_FLAGS); in ext4_fill_super()
Dext4.h966 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro