Searched refs:end_fsb (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_pnfs.c122 xfs_fileoff_t offset_fsb, end_fsb; local
174 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)offset + length);
178 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb,
187 end_fsb = xfs_iomap_eof_align_last_fsb(ip, end_fsb);
189 end_fsb = min(end_fsb, imap.br_startoff +
194 end_fsb - offset_fsb, 0, &imap, &seq);
H A Dxfs_iomap.c149 xfs_fileoff_t end_fsb)
156 iomap->length = XFS_FSB_TO_B(ip->i_mount, end_fsb - offset_fsb);
207 xfs_fileoff_t end_fsb)
228 xfs_fileoff_t aligned_end_fsb = roundup_64(end_fsb, align);
236 return end_fsb;
772 xfs_fileoff_t end_fsb)
776 if (imap->br_startoff + imap->br_blockcount < end_fsb)
794 xfs_fileoff_t end_fsb = xfs_iomap_end_fsb(mp, offset, length); local
818 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, &imap,
836 end_fsb
145 xfs_hole_to_iomap( struct xfs_inode *ip, struct iomap *iomap, xfs_fileoff_t offset_fsb, xfs_fileoff_t end_fsb) argument
205 xfs_iomap_eof_align_last_fsb( struct xfs_inode *ip, xfs_fileoff_t end_fsb) argument
769 imap_spans_range( struct xfs_bmbt_irec *imap, xfs_fileoff_t offset_fsb, xfs_fileoff_t end_fsb) argument
967 xfs_fileoff_t end_fsb = xfs_iomap_end_fsb(mp, offset, count); local
1251 xfs_fileoff_t end_fsb = xfs_iomap_end_fsb(mp, offset, length); local
1295 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, offset + length); local
1383 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, offset + length); local
[all...]
H A Dxfs_reflink.c292 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, offset + count); local
293 xfs_filblks_t count_fsb = end_fsb - offset_fsb;
582 xfs_fileoff_t end_fsb,
592 if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got))
598 xfs_trim_extent(&del, offset_fsb, end_fsb - offset_fsb);
669 xfs_fileoff_t end_fsb; local
677 end_fsb = NULLFILEOFF;
679 end_fsb = XFS_B_TO_FSB(ip->i_mount, offset + count);
691 error = xfs_reflink_cancel_cow_blocks(ip, &tp, offset_fsb, end_fsb,
712 * We aim to remap the range starting at @offset_fsb and ending at @end_fsb
578 xfs_reflink_cancel_cow_blocks( struct xfs_inode *ip, struct xfs_trans **tpp, xfs_fileoff_t offset_fsb, xfs_fileoff_t end_fsb, bool cancel_real) argument
720 xfs_reflink_end_cow_extent( struct xfs_inode *ip, xfs_fileoff_t *offset_fsb, xfs_fileoff_t end_fsb) argument
867 xfs_fileoff_t end_fsb; local
[all...]
H A Dxfs_iomap.h19 xfs_fileoff_t end_fsb);
H A Dxfs_reflink.h32 xfs_fileoff_t end_fsb, bool cancel_real);
H A Dxfs_bmap_util.c452 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, end_byte); local
460 if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got))
465 xfs_trim_extent(&del, start_fsb, end_fsb - start_fsb);
502 xfs_fileoff_t end_fsb; local
544 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip));
546 end_fsb = xfs_rtb_roundup_rtx(mp, end_fsb);
548 if (last_fsb <= end_fsb)
556 error = xfs_bmapi_read(ip, end_fsb, last_fsb - end_fsb,
1227 xfs_fileoff_t end_fsb; local
[all...]
H A Dxfs_fsmap.c440 xfs_fsblock_t start_fsb, end_fsb; local
448 end_fsb = XFS_BB_TO_FSB(mp, min(eofs - 1, keys[1].fmr_physical));
455 trace_xfs_fsmap_high_key_linear(mp, info->dev, end_fsb);
594 xfs_fsblock_t end_fsb; local
604 end_fsb = XFS_DADDR_TO_FSB(mp, min(eofs - 1, keys[1].fmr_physical));
642 end_ag = XFS_FSB_TO_AGNO(mp, end_fsb);
652 end_fsb);
H A Dxfs_aops.c286 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, offset + count); local
359 imap.br_startoff = end_fsb; /* fake a hole past EOF */
/linux-master/fs/ext4/
H A Dfsmap.c472 ext4_fsblk_t end_fsb; local
492 end_fsb = keys[1].fmr_physical;
496 ext4_get_group_no_and_offset(sb, end_fsb, &end_ag, &last_cluster);

Completed in 150 milliseconds