Home
last modified time | relevance | path

Searched refs:fsi_mount (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_data.h55 typedef struct fsi_mount fsi_mount; typedef
161 struct fsi_mount { struct
173 fsi_mount *m_parent; argument
175 fsi_mount *m_exported; argument
188 fsi_mount *f_ref; argument
H A Dfsi_analyze.c176 check_exportfs(qelem *q, fsi_mount *e) in check_exportfs()
178 fsi_mount *mp; in check_exportfs()
181 ITER(mp, fsi_mount, q) { in check_exportfs()
213 analyze_dkmount_tree(qelem *q, fsi_mount *parent, disk_fs *dk) in analyze_dkmount_tree()
215 fsi_mount *mp; in analyze_dkmount_tree()
218 ITER(mp, fsi_mount, q) { in analyze_dkmount_tree()
252 fsi_mount *mp, *mp2 = NULL; in analyze_dkmounts()
260 ITER(mp, fsi_mount, q) { in analyze_dkmounts()
361 fsi_mount *m = new_mount(); in fixup_required_disk_info()
416 fsi_mount *mp = NULL; in fixup_required_mount_info()
[all …]
H A Dwr_atab.c126 fsi_mount *mp = (fsi_mount *) dd->dd_data; in write_amount_info()
189 fsi_mount *mp = (fsi_mount *) dd->dd_data; in write_amount_info()
H A Dwr_exportfs.c53 fsi_mount *mp; in write_export_info()
55 ITER(mp, fsi_mount, q) { in write_export_info()
H A Dfsi_util.c520 dp->d_mount = &((fsi_mount *) v)->m_q; in set_disk_fs()
542 set_mount(fsi_mount *mp, int k, char *v) in set_mount()
574 fsi_mount *
577 fsi_mount *fp = CALLOC(struct fsi_mount); in new_mount()
H A Dfsinfo.h77 extern fsi_mount *new_mount(void);
100 extern void set_mount(fsi_mount *, int, char *);
H A Dfsi_gram.y60 fsi_mount *m;