Lines Matching defs:gfs2_args
378 struct gfs2_args { struct
379 char ar_lockproto[GFS2_LOCKNAME_LEN]; /* Name of the Lock Protocol */
380 char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */
381 char ar_hostdata[GFS2_LOCKNAME_LEN]; /* Host specific data */
382 unsigned int ar_spectator:1; /* Don't get a journal */
383 unsigned int ar_ignore_local_fs:1; /* Ignore optimisations */
384 unsigned int ar_localflocks:1; /* Let the VFS do flock|fcntl */
385 unsigned int ar_localcaching:1; /* Local caching */
386 unsigned int ar_debug:1; /* Oops on errors */
387 unsigned int ar_upgrade:1; /* Upgrade ondisk format */
388 unsigned int ar_posix_acl:1; /* Enable posix acls */
389 unsigned int ar_quota:2; /* off/account/on */
390 unsigned int ar_suiddir:1; /* suiddir support */
391 unsigned int ar_data:2; /* ordered/writeback */
392 unsigned int ar_meta:1; /* mount metafs */
393 unsigned int ar_num_glockd; /* Number of glockd threads */