Searched refs:igotlock (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/fs/nfsclient/ |
| HD | nfs_clstate.c | 783 int igotlock = 0, error, trystalecnt, clidinusedelay, i; in nfscl_getcl() local 843 while ((clp->nfsc_flags & NFSCLFLAGS_HASCLIENTID) == 0 && !igotlock && in nfscl_getcl() 845 igotlock = nfsv4_lock(&clp->nfsc_lock, 1, NULL, in nfscl_getcl() 847 if (igotlock == 0) { in nfscl_getcl() 859 if (igotlock == 0 && NFSCL_FORCEDISM(mp)) { in nfscl_getcl() 877 if (!igotlock) in nfscl_getcl() 925 if (igotlock) { in nfscl_getcl() 1879 int igotlock; in nfscl_umount() local 1927 igotlock = nfsv4_lock(&clp->nfsc_lock, 1, NULL, in nfscl_umount() 1929 } while (!igotlock); in nfscl_umount() [all …]
|
| HD | nfs_clcomsubs.c | 565 int igotlock; in nfscl_lockexcl() local 568 igotlock = nfsv4_lock(lckp, 1, NULL, mutex, NULL); in nfscl_lockexcl() 569 } while (!igotlock); in nfscl_lockexcl()
|
| /freebsd-11-stable/sys/fs/nfsserver/ |
| HD | nfs_nfsdsocket.c | 622 int numops, error = 0, igotlock; in nfsrvd_compound() local 659 igotlock = 0; in nfsrvd_compound() 662 igotlock = nfsv4_lock(&nfsv4rootfs_lock, 1, NULL, in nfsrvd_compound() 665 igotlock = nfsv4_lock(&nfsv4rootfs_lock, 0, NULL, in nfsrvd_compound() 668 if (igotlock) { in nfsrvd_compound()
|
| HD | nfs_nfsdstate.c | 192 int zapit = 0, gotit, hasstate = 0, igotlock; in nfsrv_setclient() local 224 igotlock = nfsv4_lock(&nfsv4rootfs_lock, 1, NULL, in nfsrv_setclient() 226 } while (!igotlock); in nfsrv_setclient() 528 int error = 0, igotlock, doneok; in nfsrv_getclient() local 551 igotlock = nfsv4_lock(&nfsv4rootfs_lock, 1, NULL, in nfsrv_getclient() 553 } while (!igotlock); in nfsrv_getclient() 732 int error = 0, i, igotlock; in nfsrv_destroyclient() local 743 igotlock = nfsv4_lock(&nfsv4rootfs_lock, 1, NULL, in nfsrv_destroyclient() 745 } while (igotlock == 0); in nfsrv_destroyclient() 801 int gotit, igotlock; in nfsrv_adminrevoke() local [all …]
|
| HD | nfs_nfsdport.c | 3191 int error = EINVAL, igotlock; in nfssvc_srvcall() local 3275 igotlock = nfsv4_lock(&nfsd_suspend_lock, 1, in nfssvc_srvcall() 3277 } while (igotlock == 0 && suspend_nfsd == 0); in nfssvc_srvcall()
|