Searched defs:gfs2_args (Results 1 – 1 of 1) sorted by relevance
378 struct gfs2_args { struct379 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 */[all …]