Home
last modified time | relevance | path

Searched refs:igotlock (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c968 if (!igotlock) in nfscl_getcl()
1023 if (igotlock) { in nfscl_getcl()
2036 int igotlock; in nfscl_umount() local
2513 if (igotlock) in nfscl_hasexpired()
2825 igotlock = 0; in nfscl_renewthread()
2879 igotlock = 0; in nfscl_renewthread()
2929 if (igotlock) in nfscl_renewthread()
4801 if (igotlock) in nfscl_removedeleg()
4819 igotlock = 0; in nfscl_removedeleg()
4827 if (igotlock) in nfscl_removedeleg()
[all …]
H A Dnfs_clcomsubs.c415 int igotlock; in nfscl_lockexcl() local
418 igotlock = nfsv4_lock(lckp, 1, NULL, mutex, NULL); in nfscl_lockexcl()
419 } while (!igotlock); in nfscl_lockexcl()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c715 int error = 0, igotlock, nextop, numops, savefhcnt; in nfsrvd_compound() local
762 igotlock = 0; in nfsrvd_compound()
765 igotlock = nfsv4_lock(&nfsv4rootfs_lock, 1, NULL, in nfsrvd_compound()
768 igotlock = nfsv4_lock(&nfsv4rootfs_lock, 0, NULL, in nfsrvd_compound()
771 if (igotlock) { in nfsrvd_compound()
H A Dnfs_nfsdstate.c269 int zapit = 0, gotit, hasstate = 0, igotlock; in nfsrv_setclient() local
301 igotlock = nfsv4_lock(&nfsv4rootfs_lock, 1, NULL, in nfsrv_setclient()
303 } while (!igotlock); in nfsrv_setclient()
608 int error = 0, igotlock, doneok; in nfsrv_getclient() local
635 } while (!igotlock); in nfsrv_getclient()
834 int error = 0, i, igotlock; in nfsrv_destroyclient() local
847 } while (igotlock == 0); in nfsrv_destroyclient()
918 int gotit, igotlock; in nfsrv_adminrevoke() local
929 } while (!igotlock); in nfsrv_adminrevoke()
6357 int error, igotlock, samesess; in nfsrv_destroysession() local
[all …]
H A Dnfs_nfsdport.c3944 int error = EINVAL, igotlock; in nfssvc_srvcall() local
4087 igotlock = nfsv4_lock( in nfssvc_srvcall()
4090 } while (igotlock == 0 && in nfssvc_srvcall()