Searched refs:split_fsb (Results 1 – 1 of 1) sorted by relevance
5879 * Splits an extent into two extents at split_fsb block such that it is the5881 * @split_fsb is a block where the extents is split. If split_fsb lies in a5888 xfs_fileoff_t split_fsb) in xfs_bmap_split_extent() argument 5917 * If there are not extents, or split_fsb lies in a hole we are done. in xfs_bmap_split_extent() 5919 if (!xfs_iext_lookup_extent(ip, ifp, split_fsb, &icur, &got) || in xfs_bmap_split_extent() 5920 got.br_startoff >= split_fsb) in xfs_bmap_split_extent() 5923 gotblkcnt = split_fsb - got.br_startoff; in xfs_bmap_split_extent() 5924 new.br_startoff = split_fsb; in xfs_bmap_split_extent()