Symbol: xfs_trim_extent
fs/xfs/libxfs/xfs_bmap.h
180
void xfs_trim_extent(struct xfs_bmbt_irec *irec, xfs_fileoff_t bno,
fs/xfs/scrub/readdir.c
172
xfs_trim_extent(&map, map_off, last_da - map_off);
fs/xfs/xfs_aops.c
617
xfs_trim_extent(&del, offset_fsb, count_fsb);
fs/xfs/xfs_bmap_util.c
376
xfs_trim_extent(&got, first_bno, len);
fs/xfs/xfs_bmap_util.c
458
xfs_trim_extent(&del, start_fsb, end_fsb - start_fsb);
fs/xfs/xfs_dir2_readdir.c
279
xfs_trim_extent(&map, map_off, last_da - map_off);
fs/xfs/xfs_dir2_readdir.c
308
xfs_trim_extent(&map, next_ra, last_da - next_ra);
fs/xfs/xfs_iomap.c
1106
xfs_trim_extent(&cmap2, offset_fsb, count_fsb);
fs/xfs/xfs_iomap.c
1177
xfs_trim_extent(&cmap, offset_fsb, count_fsb);
fs/xfs/xfs_iomap.c
1207
xfs_trim_extent(&cmap, offset_fsb, count_fsb);
fs/xfs/xfs_iomap.c
1238
xfs_trim_extent(&cmap, offset_fsb, count_fsb);
fs/xfs/xfs_iomap.c
1666
xfs_trim_extent(&smap, offset_fsb,
fs/xfs/xfs_iomap.c
1863
xfs_trim_extent(&imap, offset_fsb, end_fsb - offset_fsb);
fs/xfs/xfs_iomap.c
1900
xfs_trim_extent(&imap, offset_fsb, end_fsb - offset_fsb);
fs/xfs/xfs_iomap.c
2016
xfs_trim_extent(&cmap, offset_fsb,
fs/xfs/xfs_iomap.c
2192
xfs_trim_extent(&cmap, offset_fsb, end_fsb - offset_fsb);
fs/xfs/xfs_iomap.c
2217
xfs_trim_extent(&imap, offset_fsb, end_fsb - offset_fsb);
fs/xfs/xfs_reflink.c
319
xfs_trim_extent(&got, offset_fsb, count_fsb);
fs/xfs/xfs_reflink.c
381
xfs_trim_extent(imap, imap->br_startoff,
fs/xfs/xfs_reflink.c
388
xfs_trim_extent(imap, cmap->br_startoff, cmap->br_blockcount);
fs/xfs/xfs_reflink.c
393
xfs_trim_extent(cmap, offset_fsb, count_fsb);
fs/xfs/xfs_reflink.c
412
xfs_trim_extent(cmap, offset_fsb, count_fsb);
fs/xfs/xfs_reflink.c
642
xfs_trim_extent(&del, offset_fsb, end_fsb - offset_fsb);
fs/xfs/xfs_reflink.c
828
xfs_trim_extent(&del, *offset_fsb, end_fsb - *offset_fsb);