Home
last modified time | relevance | path

Searched refs:objid_cache (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_transaction.c195 while ((ocp = dip->objid_cache) == NULL) { in hammer_alloc_objid()
204 if (dip->objid_cache == NULL) { in hammer_alloc_objid()
208 dip->objid_cache = ocp; in hammer_alloc_objid()
222 ocp->dip->objid_cache = NULL; in hammer_alloc_objid()
229 dip->objid_cache = ocp; in hammer_alloc_objid()
252 dip->objid_cache = NULL; in hammer_alloc_objid()
297 if ((ocp = dip->objid_cache) != NULL) { in hammer_clear_objid()
298 dip->objid_cache = NULL; in hammer_clear_objid()
313 ocp->dip->objid_cache = NULL; in hammer_destroy_objid_cache()
H A Dhammer.h344 hammer_objid_cache_t objid_cache; member
H A Dhammer_inode.c954 if (ip->objid_cache) in hammer_free_inode()