Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_iomap.c486 xfs_fileoff_t end_fsb, map_start_fsb; in xfs_iomap_write_allocate() local
504 map_start_fsb = imap->br_startoff; in xfs_iomap_write_allocate()
575 if ((map_start_fsb + count_fsb) > last_block) { in xfs_iomap_write_allocate()
576 count_fsb = last_block - map_start_fsb; in xfs_iomap_write_allocate()
587 error = xfs_bmapi_write(tp, ip, map_start_fsb, in xfs_iomap_write_allocate()
623 map_start_fsb = imap->br_startoff + imap->br_blockcount; in xfs_iomap_write_allocate()