Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_iomap.c660 xfs_fileoff_t end_fsb, map_start_fsb; in xfs_iomap_write_allocate() local
680 map_start_fsb = imap->br_startoff; in xfs_iomap_write_allocate()
749 if ((map_start_fsb + count_fsb) > last_block) { in xfs_iomap_write_allocate()
750 count_fsb = last_block - map_start_fsb; in xfs_iomap_write_allocate()
761 error = xfs_bmapi_write(tp, ip, map_start_fsb, in xfs_iomap_write_allocate()
795 map_start_fsb = imap->br_startoff + imap->br_blockcount; in xfs_iomap_write_allocate()