Searched refs:xfs_bmbt_set_blockcount (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1823 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), in xfs_bmap_add_extent_delay_real() 1866 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), in xfs_bmap_add_extent_delay_real() 1897 xfs_bmbt_set_blockcount(ep, in xfs_bmap_add_extent_delay_real() 1956 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx - 1), in xfs_bmap_add_extent_delay_real() 1964 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real() 1999 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real() 2042 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real() 2083 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real() 2145 xfs_bmbt_set_blockcount(ep, temp); /* truncate PREV */ in xfs_bmap_add_extent_delay_real() 2378 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), in xfs_bmap_add_extent_unwritten_real() [all …]
|
D | xfs_bmap_btree.h | 121 extern void xfs_bmbt_set_blockcount(xfs_bmbt_rec_host_t *r, xfs_filblks_t v);
|
D | xfs_bmap_btree.c | 280 xfs_bmbt_set_blockcount( in xfs_bmbt_set_blockcount() function
|