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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c66 #define NR_HASH(btvp, tag) \
67 (&nr_hashtbl[((((int)(btvp)) >> 8) ^ ((int)(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...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c2020 struct vnode *btvp; local
2022 btvp = meta_vp[i];;
2023 if ((btvp==0) || (vnode_mount(btvp) != mp))
2027 (void) hfs_lock(VTOC(btvp), HFS_EXCLUSIVE_LOCK);
2028 cp = VTOC(btvp);
2034 vnode_hasdirtyblks(btvp) == 0) {
2035 hfs_unlock(VTOC(btvp));
2038 error = vnode_get(btvp);
2040 hfs_unlock(VTOC(btvp));
[all...]

Completed in 15 milliseconds