Home
last modified time | relevance | path

Searched refs:set_opt (Results 1 – 8 of 8) sorted by relevance

/fs/ext2/
Dsuper.c475 set_opt (sbi->s_mount_opt, MINIX_DF); in parse_options()
478 set_opt (sbi->s_mount_opt, GRPID); in parse_options()
511 set_opt (sbi->s_mount_opt, ERRORS_PANIC); in parse_options()
516 set_opt (sbi->s_mount_opt, ERRORS_RO); in parse_options()
521 set_opt (sbi->s_mount_opt, ERRORS_CONT); in parse_options()
524 set_opt (sbi->s_mount_opt, NO_UID32); in parse_options()
530 set_opt (sbi->s_mount_opt, DEBUG); in parse_options()
533 set_opt (sbi->s_mount_opt, OLDALLOC); in parse_options()
539 set_opt (sbi->s_mount_opt, NOBH); in parse_options()
543 set_opt (sbi->s_mount_opt, XATTR_USER); in parse_options()
[all …]
Dext2.h398 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
/fs/f2fs/
Dsuper.c283 set_opt(sbi, QUOTA); in f2fs_set_qf_name()
394 set_opt(sbi, BG_GC); in parse_options()
400 set_opt(sbi, BG_GC); in parse_options()
401 set_opt(sbi, FORCE_FG_GC); in parse_options()
409 set_opt(sbi, DISABLE_ROLL_FORWARD); in parse_options()
413 set_opt(sbi, DISABLE_ROLL_FORWARD); in parse_options()
420 set_opt(sbi, DISCARD); in parse_options()
436 set_opt(sbi, NOHEAP); in parse_options()
443 set_opt(sbi, XATTR_USER); in parse_options()
449 set_opt(sbi, INLINE_XATTR); in parse_options()
[all …]
Df2fs.h104 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) macro
3351 set_opt(sbi, ADAPTIVE); in set_opt_mode()
3354 set_opt(sbi, LFS); in set_opt_mode()
/fs/ext4/
Dsuper.c1336 set_opt(sb, QUOTA); in set_qf_name()
1570 set_opt(sb, INIT_INODE_TABLE); in handle_mount_opt()
3373 set_opt(sb, INIT_INODE_TABLE); in ext4_fill_super()
3375 set_opt(sb, DEBUG); in ext4_fill_super()
3377 set_opt(sb, GRPID); in ext4_fill_super()
3379 set_opt(sb, NO_UID32); in ext4_fill_super()
3381 set_opt(sb, XATTR_USER); in ext4_fill_super()
3383 set_opt(sb, POSIX_ACL); in ext4_fill_super()
3387 set_opt(sb, JOURNAL_CHECKSUM); in ext4_fill_super()
3390 set_opt(sb, JOURNAL_DATA); in ext4_fill_super()
[all …]
Dext4.h1104 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro
/fs/qnx6/
Dqnx6.h69 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
Dinode.c248 set_opt(sbi->s_mount_opt, MMI_FS); in qnx6_parse_options()