Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_iomap.c691 xfs_fileoff_t end_fsb, map_start_fsb; in xfs_iomap_write_allocate() local
709 map_start_fsb = imap->br_startoff; in xfs_iomap_write_allocate()
778 if ((map_start_fsb + count_fsb) > last_block) { in xfs_iomap_write_allocate()
779 count_fsb = last_block - map_start_fsb; in xfs_iomap_write_allocate()
790 error = xfs_bmapi_write(tp, ip, map_start_fsb, in xfs_iomap_write_allocate()
827 map_start_fsb = imap->br_startoff + imap->br_blockcount; in xfs_iomap_write_allocate()