Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/nfs/server/
Dnfs_nfsdstate.c655 stp->ls_uid == nd->nd_cred->cr_uid) { in nfsrv_getclient()
2836 new_open->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
2906 new_deleg->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
2940 new_open->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
2985 stp->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
3026 new_deleg->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
3047 new_open->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
3093 new_deleg->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
3120 new_open->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
3170 new_deleg->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
[all …]
Dnfs_nfsdserv.c679 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_read()
834 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_write()
2289 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_lock()
2388 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_lockt()
2515 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_locku()
2615 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_open()
3035 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_close()
3177 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_openconfirm()
3231 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_opendowngrade()
3686 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_releaselckown()
/netbsd/src/sys/fs/nfs/common/
Dnfsrvstate.h175 uid_t ls_uid; /* uid of locker */ member