Searched refs:clear_opt (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/ext2/ |
D | super.c | 469 clear_opt (sbi->s_mount_opt, MINIX_DF); in parse_options() 478 clear_opt (sbi->s_mount_opt, GRPID); in parse_options() 506 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options() 507 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options() 511 clear_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options() 512 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options() 516 clear_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options() 517 clear_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options() 524 clear_opt (sbi->s_mount_opt, CHECK); in parse_options() 533 clear_opt (sbi->s_mount_opt, OLDALLOC); in parse_options() [all …]
|
D | ext2.h | 394 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 301 clear_opt(sbi, FORCE_FG_GC); in parse_options() 303 clear_opt(sbi, BG_GC); in parse_options() 304 clear_opt(sbi, FORCE_FG_GC); in parse_options() 341 clear_opt(sbi, XATTR_USER); in parse_options() 365 clear_opt(sbi, POSIX_ACL); in parse_options() 404 clear_opt(sbi, EXTENT_CACHE); in parse_options() 407 clear_opt(sbi, INLINE_DATA); in parse_options()
|
D | f2fs.h | 58 #define clear_opt(sbi, option) (sbi->mount_opt.opt &= ~F2FS_MOUNT_##option) macro
|
/linux-4.4.14/fs/qnx6/ |
D | qnx6.h | 68 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1529 clear_opt(sb, ERRORS_MASK); in handle_mount_opt() 1649 clear_opt(sb, DATA_FLAGS); in handle_mount_opt() 1727 clear_opt(sb, USRQUOTA); in parse_options() 1728 clear_opt(sb, GRPQUOTA); in parse_options() 1731 clear_opt(sb, USRQUOTA); in parse_options() 1734 clear_opt(sb, GRPQUOTA); in parse_options() 3312 clear_opt(sb, DELALLOC); in ext4_fill_super() 3711 clear_opt(sb, JOURNAL_CHECKSUM); in ext4_fill_super() 3712 clear_opt(sb, DATA_FLAGS); in ext4_fill_super()
|
D | ext4.h | 1098 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro
|