Searched defs:fsmount (Results 1 – 2 of 2) sorted by relevance
52 typedef struct fsmount fsmount; typedef186 struct fsmount { struct187 qelem f_q;188 fsi_mount *f_ref;189 ioloc *f_ioloc;190 int f_mask;192 char *f_localname;194 char *f_volname;196 char *f_fstype;198 char *f_opts;[all …]
296 write_dkrmount(FILE *ef, qelem *q, char *hn, void (*output) (FILE *, char *, fsmount *)) in write_dkrmount() argument