Lines Matching defs:gfs2_args
551 struct gfs2_args { struct
552 char ar_lockproto[GFS2_LOCKNAME_LEN]; /* Name of the Lock Protocol */
553 char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */
554 char ar_hostdata[GFS2_LOCKNAME_LEN]; /* Host specific data */
555 unsigned int ar_spectator:1; /* Don't get a journal */
556 unsigned int ar_localflocks:1; /* Let the VFS do flock|fcntl */
557 unsigned int ar_debug:1; /* Oops on errors */
558 unsigned int ar_posix_acl:1; /* Enable posix acls */
559 unsigned int ar_quota:2; /* off/account/on */
560 unsigned int ar_suiddir:1; /* suiddir support */
561 unsigned int ar_data:2; /* ordered/writeback */
562 unsigned int ar_meta:1; /* mount metafs */
563 unsigned int ar_discard:1; /* discard requests */
564 unsigned int ar_errors:2; /* errors=withdraw | panic */
565 unsigned int ar_nobarrier:1; /* do not send barriers */
566 unsigned int ar_rgrplvb:1; /* use lvbs for rgrp info */
567 unsigned int ar_got_rgrplvb:1; /* Was the rgrplvb opt given? */
568 unsigned int ar_loccookie:1; /* use location based readdir
570 s32 ar_commit; /* Commit interval */
571 s32 ar_statfs_quantum; /* The fast statfs interval */
572 s32 ar_quota_quantum; /* The quota interval */
573 s32 ar_statfs_percent; /* The % change to force sync */