/src/sys/fs/nfs/client/ |
nfs_clstate.c | 1131 struct nfscllock *nlop, *other_lop = NULL; local in function:nfscl_relbytelock 1159 MALLOC(other_lop, struct nfscllock *, 1161 *other_lop = *nlop; 1181 /* Use other_lop, so nlop is still available */ 1182 (void)nfscl_updatelock(lp, &other_lop, NULL, 1); 1226 if (other_lop) 1227 FREE((caddr_t)other_lop, M_NFSCLLOCK); 2306 struct nfscllock *other_lop; local in function:nfscl_updatelock 2395 * For unlock, we use new_lop as other_lop and tmp, since 2396 * other_lop and new_lop are the same for this case [all...] |
nfs_clstate.c | 1131 struct nfscllock *nlop, *other_lop = NULL; local in function:nfscl_relbytelock 1159 MALLOC(other_lop, struct nfscllock *, 1161 *other_lop = *nlop; 1181 /* Use other_lop, so nlop is still available */ 1182 (void)nfscl_updatelock(lp, &other_lop, NULL, 1); 1226 if (other_lop) 1227 FREE((caddr_t)other_lop, M_NFSCLLOCK); 2306 struct nfscllock *other_lop; local in function:nfscl_updatelock 2395 * For unlock, we use new_lop as other_lop and tmp, since 2396 * other_lop and new_lop are the same for this case [all...] |
/src/sys/fs/nfs/server/ |
nfs_nfsdstate.c | 1533 struct nfslock *other_lop = NULL; local in function:nfsrv_lockctrl 1585 MALLOC(other_lop, struct nfslock *, sizeof (struct nfslock), 2019 if (other_lop) { 2020 FREE((caddr_t)other_lop, M_NFSDLOCK); 2021 other_lop = NULL; 2043 nfsrv_updatelock(stp, new_lopp, &other_lop, lfp); 2083 if (other_lop) { 2084 FREE((caddr_t)other_lop, M_NFSDLOCK); 2085 other_lop = NULL; 2177 nfsrv_updatelock(lckstp, new_lopp, &other_lop, lfp) 3672 struct nfslock *other_lop = *other_lopp; local in function:nfsrv_updatelock 5683 struct nfslock *new_lop, *other_lop; local in function:nfsrv_locallock_commit [all...] |
nfs_nfsdstate.c | 1533 struct nfslock *other_lop = NULL; local in function:nfsrv_lockctrl 1585 MALLOC(other_lop, struct nfslock *, sizeof (struct nfslock), 2019 if (other_lop) { 2020 FREE((caddr_t)other_lop, M_NFSDLOCK); 2021 other_lop = NULL; 2043 nfsrv_updatelock(stp, new_lopp, &other_lop, lfp); 2083 if (other_lop) { 2084 FREE((caddr_t)other_lop, M_NFSDLOCK); 2085 other_lop = NULL; 2177 nfsrv_updatelock(lckstp, new_lopp, &other_lop, lfp) 3672 struct nfslock *other_lop = *other_lopp; local in function:nfsrv_updatelock 5683 struct nfslock *new_lop, *other_lop; local in function:nfsrv_locallock_commit [all...] |