Searched refs:set_cache (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 203 set_cache(cache_t **ccp, head_t *chp, int noreclaim) in set_cache() function 311 ic_t *icp = (ic_t *)set_cache(&ic_hash[IC_HASH(dev, inum)], in set_icache() 329 ic_t *icp = (ic_t *)set_cache(&ic_hash[IC_HASH(dev, inum)], in set_ricache() 414 (dc_t *)set_cache(&dc_hash[DC_HASH(dev, name, len)], &dc_head, 0); in set_dcache() 450 (dc_t *)set_cache(&dc_hash[DC_HASH(dev, name, len)], in set_rdcache() 557 set_cache(&bc_hash[BC_HASH(x_dev, x_blkno, x_len)], in set_bcache()
|
/titanic_50/usr/src/common/fs/ |
H A D | ufsops.c | 81 static void set_cache(int, void *, uint_t); 124 set_cache((int)inode, (void *)filep->fi_inode, sizeof (struct inode)); in openi() 794 set_cache(int key, void *data, uint_t size) in set_cache() function
|