Lines Matching defs:gfs2_args
456 struct gfs2_args { struct
457 char ar_lockproto[GFS2_LOCKNAME_LEN]; /* Name of the Lock Protocol */
458 char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */
459 char ar_hostdata[GFS2_LOCKNAME_LEN]; /* Host specific data */
460 unsigned int ar_spectator:1; /* Don't get a journal */
461 unsigned int ar_localflocks:1; /* Let the VFS do flock|fcntl */
462 unsigned int ar_debug:1; /* Oops on errors */
463 unsigned int ar_posix_acl:1; /* Enable posix acls */
464 unsigned int ar_quota:2; /* off/account/on */
465 unsigned int ar_suiddir:1; /* suiddir support */
466 unsigned int ar_data:2; /* ordered/writeback */
467 unsigned int ar_meta:1; /* mount metafs */
468 unsigned int ar_discard:1; /* discard requests */
469 unsigned int ar_errors:2; /* errors=withdraw | panic */
470 unsigned int ar_nobarrier:1; /* do not send barriers */
471 int ar_commit; /* Commit interval */
472 int ar_statfs_quantum; /* The fast statfs interval */
473 int ar_quota_quantum; /* The quota interval */
474 int ar_statfs_percent; /* The % change to force sync */