Searched refs:xfs_bmbt_set_blockcount (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1824 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), in xfs_bmap_add_extent_delay_real() 1867 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), in xfs_bmap_add_extent_delay_real() 1898 xfs_bmbt_set_blockcount(ep, in xfs_bmap_add_extent_delay_real() 1957 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx - 1), in xfs_bmap_add_extent_delay_real() 1965 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real() 2000 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real() 2043 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real() 2084 xfs_bmbt_set_blockcount(ep, temp); in xfs_bmap_add_extent_delay_real() 2146 xfs_bmbt_set_blockcount(ep, temp); /* truncate PREV */ in xfs_bmap_add_extent_delay_real() 2379 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
|