Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dsuper.c834 set_opt(sbi->s_mount_opt, DEBUG); in ext2_set_options()
838 set_opt(sbi->s_mount_opt, GRPID); in ext2_set_options()
842 set_opt(sbi->s_mount_opt, NO_UID32); in ext2_set_options()
847 set_opt(sbi->s_mount_opt, XATTR_USER); in ext2_set_options()
852 set_opt(sbi->s_mount_opt, POSIX_ACL); in ext2_set_options()
857 set_opt(sbi->s_mount_opt, ERRORS_PANIC); in ext2_set_options()
859 set_opt(sbi->s_mount_opt, ERRORS_CONT); in ext2_set_options()
861 set_opt(sbi->s_mount_opt, ERRORS_RO); in ext2_set_options()
H A Dext2.h385 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
/linux/fs/qnx6/
H A Dqnx6.h70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
/linux/fs/f2fs/
H A Dsuper.c1577 set_opt(sbi, QUOTA); in f2fs_apply_quota_options()
2493 set_opt(sbi, READ_EXTENT_CACHE); in default_options()
2497 set_opt(sbi, DISCARD); in default_options()
2529 set_opt(sbi, INLINE_XATTR); in default_options()
2530 set_opt(sbi, INLINE_DATA); in default_options()
2531 set_opt(sbi, INLINE_DENTRY); in default_options()
2532 set_opt(sbi, MERGE_CHECKPOINT); in default_options()
2533 set_opt(sbi, LAZYTIME); in default_options()
2536 set_opt(sbi, FLUSH_MERGE); in default_options()
2543 set_opt(sbi, XATTR_USER); in default_options()
[all …]
H A Df2fs.h141 #define set_opt(sbi, option) \ macro
/linux/fs/erofs/
H A Dinternal.h183 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro