Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_data.h52 typedef struct fsmount fsmount; typedef
186 struct fsmount { struct
187 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 …]
H A Dwr_fstab.c296 write_dkrmount(FILE *ef, qelem *q, char *hn, void (*output) (FILE *, char *, fsmount *)) in write_dkrmount() argument