Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_iomap.c653 xfs_fileoff_t end_fsb, map_start_fsb; in xfs_iomap_write_allocate() local
671 map_start_fsb = imap->br_startoff; in xfs_iomap_write_allocate()
740 if ((map_start_fsb + count_fsb) > last_block) { in xfs_iomap_write_allocate()
741 count_fsb = last_block - map_start_fsb; in xfs_iomap_write_allocate()
752 error = xfs_bmapi_write(tp, ip, map_start_fsb, in xfs_iomap_write_allocate()
789 map_start_fsb = imap->br_startoff + imap->br_blockcount; in xfs_iomap_write_allocate()