Searched refs:nfsv4_strtouid (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_commonacl.c | 111 aceerr = nfsv4_strtouid(nd, name, len, &uid, p); in nfsrv_dissectace()
|
H A D | nfs_var.h | 340 int nfsv4_strtouid(struct nfsrv_descript *, u_char *, int, uid_t *,
|
H A D | nfs_commonsubs.c | 1457 if (nfsv4_strtouid(nd, cp, j, &uid, p) || in nfsv4_loadattr() 1462 if (nfsv4_strtouid(nd, cp, j, &uid, p)) in nfsv4_loadattr() 2732 nfsv4_strtouid(struct nfsrv_descript *nd, u_char *str, int len, uid_t *uidp, in nfsv4_strtouid() function
|
/netbsd-src/sys/fs/nfs/server/ |
H A D | nfs_nfsdport.c | 2522 nd->nd_repstat = nfsv4_strtouid(nd, cp, j, &uid, in nfsv4_sattr()
|