Searched refs:set_opt (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/ext2/
H A Dsuper.c490 set_opt (opts->s_mount_opt, MINIX_DF);
493 set_opt (opts->s_mount_opt, GRPID);
526 set_opt (opts->s_mount_opt, ERRORS_PANIC);
531 set_opt (opts->s_mount_opt, ERRORS_RO);
536 set_opt (opts->s_mount_opt, ERRORS_CONT);
539 set_opt (opts->s_mount_opt, NO_UID32);
542 set_opt (opts->s_mount_opt, DEBUG);
545 set_opt (opts->s_mount_opt, OLDALLOC);
556 set_opt (opts->s_mount_opt, XATTR_USER);
570 set_opt(opt
[all...]
H A Dext2.h384 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
/linux-master/fs/f2fs/
H A Dsuper.c411 set_opt(sbi, QUOTA);
714 set_opt(sbi, DISABLE_ROLL_FORWARD);
718 set_opt(sbi, NORECOVERY);
727 set_opt(sbi, DISCARD);
742 set_opt(sbi, XATTR_USER);
748 set_opt(sbi, INLINE_XATTR);
756 set_opt(sbi, INLINE_XATTR_SIZE);
775 set_opt(sbi, POSIX_ACL);
797 set_opt(sbi, DISABLE_EXT_IDENTIFY);
800 set_opt(sb
[all...]
H A Df2fs.h122 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) macro
/linux-master/fs/qnx6/
H A Dqnx6.h70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
H A Dinode.c247 set_opt(sbi->s_mount_opt, MMI_FS);
/linux-master/fs/erofs/
H A Dsuper.c381 set_opt(&ctx->opt, XATTR_USER);
384 set_opt(&ctx->opt, POSIX_ACL);
433 set_opt(&ctx->opt, DAX_ALWAYS);
437 set_opt(&ctx->opt, DAX_NEVER);
466 set_opt(&ctx->opt, XATTR_USER);
476 set_opt(&ctx->opt, POSIX_ACL);
H A Dinternal.h200 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
/linux-master/fs/ext4/
H A Dsuper.c2581 set_opt(sb, QUOTA);
4356 set_opt(sb, INIT_INODE_TABLE);
4358 set_opt(sb, DEBUG);
4360 set_opt(sb, GRPID);
4362 set_opt(sb, NO_UID32);
4364 set_opt(sb, XATTR_USER);
4366 set_opt(sb, POSIX_ACL);
4372 set_opt(sb, JOURNAL_CHECKSUM);
4375 set_opt(sb, JOURNAL_DATA);
4377 set_opt(s
[all...]
H A Dext4.h1257 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro

Completed in 241 milliseconds