Home
last modified time | relevance | path

Searched refs:affs_set_opt (Results 1 – 2 of 2) sorted by relevance

/linux/fs/affs/
H A Dsuper.c222 affs_set_opt(ctx->mount_flags, SF_SETMODE); in affs_parse_param()
225 affs_set_opt(ctx->mount_flags, SF_MUFS); in affs_parse_param()
228 affs_set_opt(ctx->mount_flags, SF_NO_TRUNCATE); in affs_parse_param()
234 affs_set_opt(ctx->mount_flags, SF_PREFIX); in affs_parse_param()
237 affs_set_opt(ctx->mount_flags, SF_IMMUTABLE); in affs_parse_param()
247 affs_set_opt(ctx->mount_flags, SF_SETGID); in affs_parse_param()
251 affs_set_opt(ctx->mount_flags, SF_SETUID); in affs_parse_param()
254 affs_set_opt(ctx->mount_flags, SF_VERBOSE); in affs_parse_param()
442 affs_set_opt(sbi->s_flags, SF_MUFS); in affs_fill_super()
446 affs_set_opt(sbi->s_flags, SF_INTL); in affs_fill_super()
[all …]
H A Daffs.h123 #define affs_set_opt(o, opt) (o |= AFFS_MOUNT_##opt) macro