Searched refs:set_opt (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/ext2/ |
D | super.c | 472 set_opt (sbi->s_mount_opt, MINIX_DF); in parse_options() 475 set_opt (sbi->s_mount_opt, GRPID); in parse_options() 508 set_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options() 513 set_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options() 518 set_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options() 521 set_opt (sbi->s_mount_opt, NO_UID32); in parse_options() 527 set_opt (sbi->s_mount_opt, DEBUG); in parse_options() 530 set_opt (sbi->s_mount_opt, OLDALLOC); in parse_options() 536 set_opt (sbi->s_mount_opt, NOBH); in parse_options() 540 set_opt (sbi->s_mount_opt, XATTR_USER); in parse_options() [all …]
|
D | ext2.h | 395 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 300 set_opt(sbi, BG_GC); in parse_options() 306 set_opt(sbi, BG_GC); in parse_options() 307 set_opt(sbi, FORCE_FG_GC); in parse_options() 315 set_opt(sbi, DISABLE_ROLL_FORWARD); in parse_options() 319 set_opt(sbi, DISABLE_ROLL_FORWARD); in parse_options() 326 set_opt(sbi, DISCARD); in parse_options() 334 set_opt(sbi, NOHEAP); in parse_options() 338 set_opt(sbi, XATTR_USER); in parse_options() 344 set_opt(sbi, INLINE_XATTR); in parse_options() 362 set_opt(sbi, POSIX_ACL); in parse_options() [all …]
|
D | f2fs.h | 59 #define set_opt(sbi, option) (sbi->mount_opt.opt |= F2FS_MOUNT_##option) macro
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1321 set_opt(sb, QUOTA); in set_qf_name() 1555 set_opt(sb, INIT_INODE_TABLE); in handle_mount_opt() 3224 set_opt(sb, INIT_INODE_TABLE); in ext4_fill_super() 3226 set_opt(sb, DEBUG); in ext4_fill_super() 3228 set_opt(sb, GRPID); in ext4_fill_super() 3230 set_opt(sb, NO_UID32); in ext4_fill_super() 3232 set_opt(sb, XATTR_USER); in ext4_fill_super() 3234 set_opt(sb, POSIX_ACL); in ext4_fill_super() 3238 set_opt(sb, JOURNAL_CHECKSUM); in ext4_fill_super() 3241 set_opt(sb, JOURNAL_DATA); in ext4_fill_super() [all …]
|
D | ext4.h | 1100 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro
|
/linux-4.4.14/fs/qnx6/ |
D | qnx6.h | 69 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
|
D | inode.c | 248 set_opt(sbi->s_mount_opt, MMI_FS); in qnx6_parse_options()
|