/fs/xfs/libxfs/ |
D | xfs_refcount.c | 1047 xfs_extlen_t blockcount, in xfs_refcount_finish_one() argument 1068 blockcount); in xfs_refcount_finish_one() 1107 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one() 1112 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one() 1117 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1119 error = __xfs_refcount_cow_alloc(rcur, bno, blockcount, dfops); in xfs_refcount_finish_one() 1122 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1124 error = __xfs_refcount_cow_free(rcur, bno, blockcount, dfops); in xfs_refcount_finish_one() 1132 bno, blockcount, new_agbno, *new_len); in xfs_refcount_finish_one() 1150 xfs_extlen_t blockcount) in __xfs_refcount_add() argument [all …]
|
D | xfs_bmap_btree.c | 206 xfs_filblks_t blockcount, in xfs_bmbt_set_allf() argument 213 ASSERT((blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN)) == 0); in xfs_bmbt_set_allf() 221 ((xfs_bmbt_rec_base_t)blockcount & in xfs_bmbt_set_allf() 246 xfs_filblks_t blockcount, in xfs_bmbt_disk_set_allf() argument 253 ASSERT((blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN)) == 0); in xfs_bmbt_disk_set_allf() 262 ((xfs_bmbt_rec_base_t)blockcount & in xfs_bmbt_disk_set_allf()
|
D | xfs_refcount.h | 53 xfs_fsblock_t startblock, xfs_extlen_t blockcount,
|
D | xfs_rmap.c | 2054 xfs_filblks_t blockcount, in xfs_rmap_finish_one() argument 2072 startoff, blockcount, state); in xfs_rmap_finish_one() 2116 error = xfs_rmap_map(rcur, bno, blockcount, unwritten, &oinfo); in xfs_rmap_finish_one() 2119 error = xfs_rmap_map_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2124 error = xfs_rmap_unmap(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2128 error = xfs_rmap_unmap_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2132 error = xfs_rmap_convert(rcur, bno, blockcount, !unwritten, in xfs_rmap_finish_one() 2136 error = xfs_rmap_convert_shared(rcur, bno, blockcount, in xfs_rmap_finish_one()
|
D | xfs_rmap.h | 206 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
|
D | xfs_bmap.h | 269 xfs_filblks_t *blockcount, xfs_exntst_t state);
|
D | xfs_inode_fork.c | 1632 xfs_filblks_t blockcount = 0; /* number of blocks in extent */ in xfs_iext_bno_to_ext() local 1662 blockcount = xfs_bmbt_get_blockcount(ep); in xfs_iext_bno_to_ext() 1665 } else if (bno >= startoff + blockcount) { in xfs_iext_bno_to_ext() 1680 if (bno >= startoff + blockcount) { in xfs_iext_bno_to_ext()
|
D | xfs_bmap.c | 6029 xfs_filblks_t blockcount; in xfs_bmse_merge() local 6035 blockcount = left.br_blockcount + got.br_blockcount; in xfs_bmse_merge() 6046 xfs_bmbt_set_blockcount(leftp, blockcount); in xfs_bmse_merge() 6080 left.br_blockcount = blockcount; in xfs_bmse_merge() 6651 xfs_filblks_t *blockcount, in xfs_bmap_finish_one() argument 6662 bmap.br_blockcount = *blockcount; in xfs_bmap_finish_one() 6677 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one() 6696 *blockcount = 0; in xfs_bmap_finish_one() 6699 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
|
/fs/xfs/ |
D | xfs_trans.h | 261 xfs_fsblock_t startblock, xfs_filblks_t blockcount, 273 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb, 286 xfs_filblks_t *blockcount, xfs_exntst_t state);
|
D | xfs_trans_refcount.c | 62 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()
|
D | xfs_trans_bmap.c | 66 xfs_filblks_t *blockcount, in xfs_trans_log_finish_bmap_update() argument 72 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
|
D | xfs_trans_rmap.c | 103 xfs_filblks_t blockcount, in xfs_trans_log_finish_rmap_update() argument 110 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
|
D | xfs_trace.h | 229 __field(xfs_filblks_t, blockcount) 240 __entry->blockcount = r->br_blockcount; 253 __entry->blockcount, 268 __field(xfs_filblks_t, blockcount) 284 __entry->blockcount = r.br_blockcount; 297 __entry->blockcount, 1268 __field(xfs_filblks_t, blockcount) 1279 __entry->blockcount = irec ? irec->br_blockcount : 0; 1291 __entry->blockcount) 2725 __field(xfs_extlen_t, blockcount) [all …]
|