Searched defs:cachefs_mountargs32 (Results 1 – 1 of 1) sorted by relevance
808 struct cachefs_mountargs32 { struct809 struct cachefsoptions cfs_options; /* consistency modes, etc. */810 caddr32_t cfs_fsid; /* CFS ID fpr file system */811 char cfs_cacheid[C_MAX_MOUNT_FSCDIRNAME];813 caddr32_t cfs_cachedir; /* path for this cache dir */814 caddr32_t cfs_backfs; /* back filesystem dir */815 uint32_t cfs_acregmin; /* same as nfs values */816 uint32_t cfs_acregmax;817 uint32_t cfs_acdirmin;818 uint32_t cfs_acdirmax;[all …]