Home
last modified time | relevance | path

Searched refs:nm_uid (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfsmount.h81 uid_t nm_uid; /* Uid for SetClientID etc. */ member
H A Dnfs_clvfsops.c1576 nmp->nm_uid = td->td_ucred->cr_uid; in mountnfs()
1581 nmp->nm_uid = (uid_t)-1; in mountnfs()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c779 } else if (nmp->nm_uid != (uid_t)-1) { in newnfs_request()
786 nmp->nm_uid != (uid_t)-1 && cred->cr_uid == (uid_t)0) { in newnfs_request()