Searched refs:C_NEED_RVNODE_PUT (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c1292 cp->c_flag |= C_NEED_RVNODE_PUT;
1318 cp->c_flag &= ~(C_NEED_RVNODE_PUT | C_NEED_DVNODE_PUT);
2226 if (ISSET(c_flag, C_NEED_RVNODE_PUT)
2228 CLR(c_flag, C_NEED_RVNODE_PUT);
2234 | C_NEED_DVNODE_PUT | C_NEED_RVNODE_PUT));
2239 if (c_flag & (C_NEED_RVNODE_PUT | C_NEED_RSRC_SETSIZE)) {
2274 if (c_flag & C_NEED_RVNODE_PUT)
H A Dhfs_cnode.h222 #define C_NEED_RVNODE_PUT 0x0000001 /* Need to do a vnode_put on c_rsrc_vp after the unlock */ macro
H A Dhfs_link.c387 cp->c_flag |= C_NEED_RVNODE_PUT;
H A Dhfs_resize.c3194 VTOC(rvp)->c_flag |= C_NEED_RVNODE_PUT;
H A Dhfs_vnops.c2546 if (ISSET(cp->c_flag, C_NEED_RVNODE_PUT))
2548 SET(cp->c_flag, C_NEED_RVNODE_PUT | C_NEED_RSRC_SETSIZE);

Completed in 56 milliseconds