Searched refs:set_opt (Results 1 – 8 of 8) sorted by relevance
/fs/ext2/ |
D | super.c | 454 set_opt (sbi->s_mount_opt, MINIX_DF); in parse_options() 457 set_opt (sbi->s_mount_opt, GRPID); in parse_options() 479 set_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options() 484 set_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options() 489 set_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options() 492 set_opt (sbi->s_mount_opt, NO_UID32); in parse_options() 498 set_opt (sbi->s_mount_opt, DEBUG); in parse_options() 501 set_opt (sbi->s_mount_opt, OLDALLOC); in parse_options() 507 set_opt (sbi->s_mount_opt, NOBH); in parse_options() 511 set_opt (sbi->s_mount_opt, XATTR_USER); in parse_options() [all …]
|
D | ext2.h | 390 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
|
/fs/ext3/ |
D | super.c | 181 set_opt(EXT3_SB(sb)->s_mount_opt, ABORT); in ext3_handle_error() 306 set_opt(EXT3_SB(sb)->s_mount_opt, ABORT); in ext3_abort() 938 set_opt(sbi->s_mount_opt, QUOTA); in set_qf_name() 992 set_opt (sbi->s_mount_opt, MINIX_DF); in parse_options() 995 set_opt (sbi->s_mount_opt, GRPID); in parse_options() 1017 set_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options() 1022 set_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options() 1027 set_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options() 1030 set_opt (sbi->s_mount_opt, NO_UID32); in parse_options() 1036 set_opt (sbi->s_mount_opt, DEBUG); in parse_options() [all …]
|
D | ext3.h | 371 #define set_opt(o, opt) o |= EXT3_MOUNT_##opt macro
|
/fs/ext4/ |
D | super.c | 1336 set_opt(sb, QUOTA); in set_qf_name() 1546 set_opt(sb, INIT_INODE_TABLE); in handle_mount_opt() 3157 set_opt(sb, INIT_INODE_TABLE); in ext4_fill_super() 3159 set_opt(sb, DEBUG); in ext4_fill_super() 3161 set_opt(sb, GRPID); in ext4_fill_super() 3163 set_opt(sb, NO_UID32); in ext4_fill_super() 3166 set_opt(sb, XATTR_USER); in ext4_fill_super() 3169 set_opt(sb, POSIX_ACL); in ext4_fill_super() 3171 set_opt(sb, MBLK_IO_SUBMIT); in ext4_fill_super() 3173 set_opt(sb, JOURNAL_DATA); in ext4_fill_super() [all …]
|
D | ext4.h | 966 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro
|
/fs/qnx6/ |
D | qnx6.h | 69 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
|
D | inode.c | 259 set_opt(sbi->s_mount_opt, MMI_FS); in qnx6_parse_options()
|