Searched refs:CacheWrite (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBlockCache.c130 result = CacheWrite(cache, buffer, age, 0);
211 result = CacheWrite(cache, buffer, age, writeOptions);
351 result = CacheWrite(cache, bufs[i], age, writeOptions);
H A DSControl.c677 rv = CacheWrite(&fscache, buf, 0, kLockWrite);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dcache.h203 * CacheWrite
207 int CacheWrite ( Cache_t *cache, Buf_t *buf, int age, uint32_t writeOptions );
H A Dcache.c498 * CacheWrite
502 int CacheWrite ( Cache_t *cache, Buf_t *buf, int age, uint32_t writeOptions ) function

Completed in 78 milliseconds