Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_iomap.c371 xfs_bmbt_irec_t *ret_imap, in xfs_iomap_write_direct() argument
415 if (found && (ret_imap->br_startblock == HOLESTARTBLOCK)) { in xfs_iomap_write_direct()
418 map_last_fsb = ret_imap->br_blockcount + ret_imap->br_startoff; in xfs_iomap_write_direct()
517 *ret_imap = imap[0]; in xfs_iomap_write_direct()
519 if ( !(io->io_flags & XFS_IOCORE_RT) && !ret_imap->br_startblock) { in xfs_iomap_write_direct()
525 ret_imap->br_startblock, ret_imap->br_startoff, in xfs_iomap_write_direct()
526 ret_imap->br_blockcount,ret_imap->br_state); in xfs_iomap_write_direct()
547 xfs_bmbt_irec_t *ret_imap, in xfs_iomap_write_delay() argument
725 *ret_imap = imap[0]; in xfs_iomap_write_delay()
727 if ( !(io->io_flags & XFS_IOCORE_RT) && !ret_imap->br_startblock) { in xfs_iomap_write_delay()
[all …]