/fs/xfs/libxfs/ |
D | xfs_refcount.c | 1046 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 …]
|
D | xfs_bmap_btree.c | 200 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()
|
D | xfs_refcount.h | 53 xfs_fsblock_t startblock, xfs_extlen_t blockcount,
|
D | xfs_rmap.c | 2069 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()
|
D | xfs_rmap.h | 208 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
|
D | xfs_bmap.h | 275 xfs_filblks_t *blockcount, xfs_exntst_t state);
|
D | xfs_inode_fork.c | 1592 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()
|
D | xfs_bmap.c | 5903 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/ |
D | xfs_trans.h | 256 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);
|
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 | 231 __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 …]
|