Searched defs:gfs2_args (Results 1 – 1 of 1) sorted by relevance
550 struct gfs2_args { struct554 unsigned int ar_spectator:1; /* Don't get a journal */556 unsigned int ar_debug:1; /* Oops on errors */557 unsigned int ar_posix_acl:1; /* Enable posix acls */558 unsigned int ar_quota:2; /* off/account/on */559 unsigned int ar_suiddir:1; /* suiddir support */560 unsigned int ar_data:2; /* ordered/writeback */561 unsigned int ar_meta:1; /* mount metafs */562 unsigned int ar_discard:1; /* discard requests */569 s32 ar_commit; /* Commit interval */[all …]
Completed in 12 milliseconds