Searched refs:journal_trim_extent_overlap (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.h334 int journal_trim_extent_overlap (journal *jnl, uint64_t offset, uint64_t length, uint64_t *end);
H A Dvfs_journal.c3287 * journal_trim_extent_overlap
3293 int journal_trim_extent_overlap (journal *jnl, uint64_t offset, uint64_t length, uint64_t *end) { function
4959 int journal_trim_extent_overlap(__unused journal *jnl, function
/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c723 if (journal_trim_extent_overlap (hfsmp->jnl, device_offset, numbytes, &lba_overlap_end)) {

Completed in 43 milliseconds