Lines Matching refs:grouplist

118 	struct grouplist *ex_grphead;
152 struct grouplist { struct
155 struct grouplist *gr_next; argument
174 struct grouplist *ht_grp; argument
197 struct grouplist *, int, struct exportlist *,
214 static int do_mount(struct exportlist *, struct grouplist *, uint64_t,
217 struct grouplist *, int *, uint64_t *, struct expcred *);
222 static void free_grp(struct grouplist *);
235 static int get_host(char *, struct grouplist *, struct grouplist *);
240 static void getexp_err(struct exportlist *, struct grouplist *, const char *);
241 static struct grouplist *get_grp(void);
242 static void hang_dirp(struct dirlist *, struct grouplist *,
1475 struct grouplist *grp; in put_exlist()
1560 struct grouplist *grp, *tgrp, *savgrp; in get_exportlist_one()
1903 hang_dirp(dirhead, (struct grouplist *)NULL, ep, in get_exportlist_one()
2177 struct grouplist *grp; in compare_nmount_exportlist()
2298 struct grouplist *grp, *ogrp; in compare_export()
2469 static struct grouplist *
2472 struct grouplist *gp; in get_grp()
2474 gp = (struct grouplist *)calloc(1, sizeof (struct grouplist)); in get_grp()
2475 if (gp == (struct grouplist *)NULL) in get_grp()
2484 getexp_err(struct exportlist *ep, struct grouplist *grp, const char *reason) in getexp_err()
2486 struct grouplist *tgrp; in getexp_err()
2549 hang_dirp(struct dirlist *dp, struct grouplist *grp, struct exportlist *ep, in hang_dirp()
2560 if (grp == (struct grouplist *)NULL) { in hang_dirp()
2601 add_dlist(struct dirlist **dpp, struct dirlist *newdp, struct grouplist *grp, in add_dlist()
2685 struct grouplist *grp; in chk_host()
2823 do_opt(char **cpp, char **endcpp, struct exportlist *ep, struct grouplist *grp, in do_opt()
2979 get_host(char *cp, struct grouplist *grp, struct grouplist *tgrp) in get_host()
2981 struct grouplist *checkgrp; in get_host()
3041 struct grouplist *grp, *tgrp; in free_exp()
3121 struct grouplist *grp, defgrp; in do_export_mount()
3159 do_mount(struct exportlist *ep, struct grouplist *grp, uint64_t exflags, in do_mount()
3804 free_grp(struct grouplist *grp) in free_grp()