Home
last modified time | relevance | path

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

/trueos/sys/fs/nfsserver/
HDnfs_nfsdstate.c650 stp->ls_uid == nd->nd_cred->cr_uid) { in nfsrv_getclient()
2823 new_open->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
2893 new_deleg->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
2927 new_open->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
2972 stp->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
3013 new_deleg->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
3034 new_open->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
3080 new_deleg->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
3107 new_open->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
3157 new_deleg->ls_uid = new_stp->ls_uid; in nfsrv_openctrl()
[all …]
HDnfs_nfsdserv.c666 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_read()
822 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_write()
2267 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_lock()
2366 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_lockt()
2493 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_locku()
2593 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_open()
3013 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_close()
3155 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_openconfirm()
3204 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_opendowngrade()
3659 stp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_releaselckown()
/trueos/sys/fs/nfs/
HDnfsrvstate.h174 uid_t ls_uid; /* uid of locker */ member