Searched refs:offset_fsb (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_reflink.c | 299 xfs_fileoff_t offset_fsb, in xfs_reflink_convert_cow_locked() argument 308 if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &got)) in xfs_reflink_convert_cow_locked() 312 if (got.br_startoff >= offset_fsb + count_fsb) in xfs_reflink_convert_cow_locked() 319 xfs_trim_extent(&got, offset_fsb, count_fsb); in xfs_reflink_convert_cow_locked() 342 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_reflink_convert_cow() local 344 xfs_filblks_t count_fsb = end_fsb - offset_fsb; in xfs_reflink_convert_cow() 350 error = xfs_reflink_convert_cow_locked(ip, offset_fsb, count_fsb); in xfs_reflink_convert_cow() 368 xfs_fileoff_t offset_fsb = imap->br_startoff; in xfs_find_trim_cow_extent() local 378 if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, cmap)) in xfs_find_trim_cow_extent() 379 cmap->br_startoff = offset_fsb + count_fsb; in xfs_find_trim_cow_extent() [all …]
|
H A D | xfs_aops.c | 247 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_map_blocks() local 297 xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &imap)) in xfs_map_blocks() 299 if (cow_fsb != NULLFILEOFF && cow_fsb <= offset_fsb) { in xfs_map_blocks() 321 if (!xfs_iext_lookup_extent(ip, &ip->i_df, offset_fsb, &icur, &imap)) in xfs_map_blocks() 327 if (imap.br_startoff > offset_fsb) { in xfs_map_blocks() 328 imap.br_blockcount = imap.br_startoff - offset_fsb; in xfs_map_blocks() 329 imap.br_startoff = offset_fsb; in xfs_map_blocks()
|
H A D | xfs_reflink.h | 40 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb,
|
H A D | xfs_bmap_util.c | 1236 xfs_fileoff_t offset_fsb; in xfs_swap_extent_rmap() local 1255 offset_fsb = 0; in xfs_swap_extent_rmap() 1257 count_fsb = (xfs_filblks_t)(end_fsb - offset_fsb); in xfs_swap_extent_rmap() 1262 error = xfs_bmapi_read(tip, offset_fsb, count_fsb, &tirec, in xfs_swap_extent_rmap() 1337 offset_fsb += ilen; in xfs_swap_extent_rmap()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.c | 1319 xfs_fileoff_t offset_fsb, in xfs_rtfile_alloc_blocks() argument 1341 error = xfs_bmapi_write(tp, ip, offset_fsb, count_fsb, in xfs_rtfile_alloc_blocks() 1426 xfs_fileoff_t offset_fsb, /* offset to start from */ in xfs_rtfile_initialize_blocks() argument 1433 while (offset_fsb < end_fsb) { in xfs_rtfile_initialize_blocks() 1439 offset_fsb, end_fsb - offset_fsb, &map); in xfs_rtfile_initialize_blocks() 1457 offset_fsb = map.br_startoff + map.br_blockcount; in xfs_rtfile_initialize_blocks()
|
H A D | xfs_rtbitmap.h | 423 enum xfs_rtg_inodes type, xfs_fileoff_t offset_fsb,
|
H A D | xfs_bmap.c | 4648 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_bmapi_convert_one_delalloc() local 4674 if (!xfs_iext_lookup_extent(ip, ifp, offset_fsb, &bma.icur, &bma.got) || in xfs_bmapi_convert_one_delalloc() 4675 bma.got.br_startoff > offset_fsb) { in xfs_bmapi_convert_one_delalloc()
|