Lines Matching defs:gfs2_args
543 struct gfs2_args { struct
544 char ar_lockproto[GFS2_LOCKNAME_LEN]; /* Name of the Lock Protocol */
545 char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */
546 char ar_hostdata[GFS2_LOCKNAME_LEN]; /* Host specific data */
547 unsigned int ar_spectator:1; /* Don't get a journal */
548 unsigned int ar_localflocks:1; /* Let the VFS do flock|fcntl */
549 unsigned int ar_debug:1; /* Oops on errors */
550 unsigned int ar_posix_acl:1; /* Enable posix acls */
551 unsigned int ar_quota:2; /* off/account/on */
552 unsigned int ar_suiddir:1; /* suiddir support */
553 unsigned int ar_data:2; /* ordered/writeback */
554 unsigned int ar_meta:1; /* mount metafs */
555 unsigned int ar_discard:1; /* discard requests */
556 unsigned int ar_errors:2; /* errors=withdraw | panic */
557 unsigned int ar_nobarrier:1; /* do not send barriers */
558 unsigned int ar_rgrplvb:1; /* use lvbs for rgrp info */
559 int ar_commit; /* Commit interval */
560 int ar_statfs_quantum; /* The fast statfs interval */
561 int ar_quota_quantum; /* The quota interval */
562 int ar_statfs_percent; /* The % change to force sync */