Home
last modified time | relevance | path

Searched defs:gfs2_args (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/gfs2/
Dincore.h474 struct gfs2_args { struct
475 char ar_lockproto[GFS2_LOCKNAME_LEN]; /* Name of the Lock Protocol */
476 char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */
477 char ar_hostdata[GFS2_LOCKNAME_LEN]; /* Host specific data */
478 unsigned int ar_spectator:1; /* Don't get a journal */
479 unsigned int ar_localflocks:1; /* Let the VFS do flock|fcntl */
480 unsigned int ar_debug:1; /* Oops on errors */
481 unsigned int ar_posix_acl:1; /* Enable posix acls */
482 unsigned int ar_quota:2; /* off/account/on */
483 unsigned int ar_suiddir:1; /* suiddir support */
[all …]