Searched defs:gfs2_args (Results 1 – 2 of 2) sorted by relevance
552 struct gfs2_args { struct553 char ar_lockproto[GFS2_LOCKNAME_LEN]; /* Name of the Lock Protocol */554 char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */555 char ar_hostdata[GFS2_LOCKNAME_LEN]; /* Host specific data */556 unsigned int ar_spectator:1; /* Don't get a journal */557 unsigned int ar_localflocks:1; /* Let the VFS do flock|fcntl */558 unsigned int ar_debug:1; /* Oops on errors */559 unsigned int ar_posix_acl:1; /* Enable posix acls */560 unsigned int ar_quota:2; /* off/account/on */561 unsigned int ar_suiddir:1; /* suiddir support */[all …]
573 struct gfs2_args { struct574 char ar_lockproto[GFS2_LOCKNAME_LEN]; /* Name of the Lock Protocol */575 char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */576 char ar_hostdata[GFS2_LOCKNAME_LEN]; /* Host specific data */577 unsigned int ar_spectator:1; /* Don't get a journal */578 unsigned int ar_localflocks:1; /* Let the VFS do flock|fcntl */579 unsigned int ar_debug:1; /* Oops on errors */580 unsigned int ar_posix_acl:1; /* Enable posix acls */581 unsigned int ar_quota:2; /* off/account/on */582 unsigned int ar_suiddir:1; /* suiddir support */[all …]