Lines Matching refs:expcred
109 struct expcred { struct
124 struct expcred ex_defanon; argument
157 struct expcred gr_anon;
199 struct expcred *, uint64_t);
216 struct expcred *, char *, int, struct statfs *, int, int *);
218 struct grouplist *, int *, uint64_t *, struct expcred *,
235 static int compare_cred(struct expcred *, struct expcred *);
246 struct exportlist *, int, struct expcred *, uint64_t);
252 static void parsecred(char *, struct expcred *);
268 static void cp_cred(struct expcred *, struct expcred *);
1589 struct expcred anon; in get_exportlist_one()
2438 compare_cred(struct expcred *cr0, struct expcred *cr1) in compare_cred()
2603 int flags, struct expcred *anoncrp, uint64_t exflags) in hang_dirp()
2655 int flags, struct exportlist *ep, struct expcred *anoncrp, in add_dlist()
2877 int *has_hostp, uint64_t *exflagsp, struct expcred *cr, char *unvis_dir) in do_opt()
3219 struct expcred *anoncrp, char *dirp, int dirplen, struct statfs *fsb, in do_mount()
3658 parsecred(char *names, struct expcred *cr) in parsecred()
4111 cp_cred(struct expcred *outcr, struct expcred *incr) in cp_cred()