Searched refs:btvp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c66 #define NR_HASH(btvp, tag) \
67 (&nr_hashtbl[((((intptr_t)(btvp)) >> 8) ^ ((intptr_t)(tag) >> 4)) & nr_hashmask])
252 nr_insert(struct vnode * btvp, struct nreserve *nrp, int nodecnt) argument
262 nrhead = NR_HASH(btvp, tag);
265 if ((tmp_nrp->nr_tag == tag) && (tmp_nrp->nr_btvp == btvp)) {
275 nrp->nr_btvp = btvp;
286 nr_delete(struct vnode * btvp, struct nreserve *nrp, int *nodecnt) argument
292 if ((nrp->nr_tag != tag) || (nrp->nr_btvp != btvp))
309 nr_update(struct vnode * btvp, int nodecnt) argument
317 nrhead = NR_HASH(btvp, ta
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c2623 struct vnode *btvp; local
2625 btvp = meta_vp[i];;
2626 if ((btvp==0) || (vnode_mount(btvp) != mp))
2630 (void) hfs_lock(VTOC(btvp), HFS_EXCLUSIVE_LOCK);
2631 cp = VTOC(btvp);
2637 vnode_hasdirtyblks(btvp) == 0) {
2638 hfs_unlock(VTOC(btvp));
2641 error = vnode_get(btvp);
2643 hfs_unlock(VTOC(btvp));
[all...]

Completed in 23 milliseconds