Home
last modified time | relevance | path

Searched refs:blockcount (Results 1 – 13 of 13) sorted by relevance

/fs/xfs/libxfs/
Dxfs_refcount.c1046 xfs_extlen_t blockcount, in xfs_refcount_finish_one() argument
1067 blockcount); in xfs_refcount_finish_one()
1105 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1110 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1115 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1117 error = __xfs_refcount_cow_alloc(rcur, bno, blockcount, dfops); in xfs_refcount_finish_one()
1120 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1122 error = __xfs_refcount_cow_free(rcur, bno, blockcount, dfops); in xfs_refcount_finish_one()
1130 bno, blockcount, new_agbno, *new_len); in xfs_refcount_finish_one()
1148 xfs_extlen_t blockcount) in __xfs_refcount_add() argument
[all …]
Dxfs_bmap_btree.c200 xfs_filblks_t blockcount, in xfs_bmbt_set_allf() argument
207 ASSERT((blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN)) == 0); in xfs_bmbt_set_allf()
215 ((xfs_bmbt_rec_base_t)blockcount & in xfs_bmbt_set_allf()
240 xfs_filblks_t blockcount, in xfs_bmbt_disk_set_allf() argument
247 ASSERT((blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN)) == 0); in xfs_bmbt_disk_set_allf()
256 ((xfs_bmbt_rec_base_t)blockcount & in xfs_bmbt_disk_set_allf()
Dxfs_refcount.h53 xfs_fsblock_t startblock, xfs_extlen_t blockcount,
Dxfs_rmap.c2069 xfs_filblks_t blockcount, in xfs_rmap_finish_one() argument
2087 startoff, blockcount, state); in xfs_rmap_finish_one()
2130 error = xfs_rmap_map(rcur, bno, blockcount, unwritten, &oinfo); in xfs_rmap_finish_one()
2133 error = xfs_rmap_map_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one()
2138 error = xfs_rmap_unmap(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one()
2142 error = xfs_rmap_unmap_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one()
2146 error = xfs_rmap_convert(rcur, bno, blockcount, !unwritten, in xfs_rmap_finish_one()
2150 error = xfs_rmap_convert_shared(rcur, bno, blockcount, in xfs_rmap_finish_one()
Dxfs_rmap.h208 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
Dxfs_bmap.h275 xfs_filblks_t *blockcount, xfs_exntst_t state);
Dxfs_inode_fork.c1592 xfs_filblks_t blockcount = 0; /* number of blocks in extent */ in xfs_iext_bno_to_ext() local
1622 blockcount = xfs_bmbt_get_blockcount(ep); in xfs_iext_bno_to_ext()
1625 } else if (bno >= startoff + blockcount) { in xfs_iext_bno_to_ext()
1640 if (bno >= startoff + blockcount) { in xfs_iext_bno_to_ext()
Dxfs_bmap.c5903 xfs_filblks_t blockcount; in xfs_bmse_merge() local
5907 blockcount = left->br_blockcount + got->br_blockcount; in xfs_bmse_merge()
5914 new.br_blockcount = blockcount; in xfs_bmse_merge()
6511 xfs_filblks_t *blockcount, in xfs_bmap_finish_one() argument
6529 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one()
6540 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one()
6542 *blockcount = 0; in xfs_bmap_finish_one()
6545 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
/fs/xfs/
Dxfs_trans.h256 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
268 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
281 xfs_filblks_t *blockcount, xfs_exntst_t state);
Dxfs_trans_refcount.c62 xfs_extlen_t blockcount, in xfs_trans_log_finish_refcount_update() argument
70 blockcount, new_fsb, new_len, pcur); in xfs_trans_log_finish_refcount_update()
Dxfs_trans_bmap.c66 xfs_filblks_t *blockcount, in xfs_trans_log_finish_bmap_update() argument
72 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
Dxfs_trans_rmap.c103 xfs_filblks_t blockcount, in xfs_trans_log_finish_rmap_update() argument
110 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
Dxfs_trace.h231 __field(xfs_filblks_t, blockcount)
242 __entry->blockcount = r->br_blockcount;
255 __entry->blockcount,
270 __field(xfs_filblks_t, blockcount)
286 __entry->blockcount = r.br_blockcount;
299 __entry->blockcount,
1284 __field(xfs_filblks_t, blockcount)
1295 __entry->blockcount = irec ? irec->br_blockcount : 0;
1307 __entry->blockcount)
2725 __field(xfs_extlen_t, blockcount)
[all …]