Searched refs:i_nblocks (Results 1 – 21 of 21) sorted by relevance
178 ip->i_nblocks += args->len; in xfs_metafile_resv_alloc_space()194 ip->i_nblocks -= len; in xfs_metafile_resv_free_space()201 to_resv = ip->i_meta_resv_asked - (ip->i_nblocks + ip->i_delayed_blks); in xfs_metafile_resv_free_space()258 used = ip->i_nblocks; in xfs_metafile_resv_init()
260 cur->bc_ino.ip->i_nblocks++; in xfs_bmbt_alloc_block()289 ip->i_nblocks--; in xfs_bmbt_free_block()
241 ip->i_nblocks = be64_to_cpu(from->di_nblocks); in xfs_inode_from_disk()341 to->di_nblocks = cpu_to_be64(ip->i_nblocks); in xfs_inode_to_disk()
318 ASSERT(ip->i_nblocks == 0); in xfs_inode_init()
205 ifp->if_nextents > ip->i_nblocks) || in xfs_iformat_btree()
613 ip->i_nblocks--; in xfs_bmap_btree_to_extents()700 ip->i_nblocks++; in xfs_bmap_extents_to_btree()873 ip->i_nblocks = 1; in xfs_bmap_local_to_extents()3425 ap->ip->i_nblocks += ap->length; in xfs_bmap_alloc_account()4841 ip->i_nblocks += len; in xfs_bmapi_remap()5429 ip->i_nblocks -= nblks; in xfs_bmap_del_extent_real()
2300 xfs_rfsblock_t nblks = dp->i_nblocks; in xfs_da_grow_inode_int()2357 args->total -= dp->i_nblocks - nblks; in xfs_da_grow_inode_int()
281 sc->tempip->i_nblocks); in xrep_tempfile_remove_metadir()694 req->ip1_bcount = sc->tempip->i_nblocks; in xrep_tempexch_estimate()710 req->ip2_bcount = sc->ip->i_nblocks; in xrep_tempexch_estimate()
1374 new_blocks - sc->ip->i_nblocks; in xrep_inode_set_nblocks()1376 sc->ip->i_nblocks = new_blocks; in xrep_inode_set_nblocks()1393 delta = ip->i_nblocks + ip->i_delayed_blks - ip->i_meta_resv_asked; in xrep_reset_metafile_resv()
633 sc->ip->i_nblocks = rb->nblocks + delta; in xrep_bmap_reset_counters()
540 if (ip->i_nblocks) { in xrep_rmap_scan_meta_btree()
1711 sc->ip->i_nblocks = count + acount; in xrep_inode_blockcounts()
2491 __entry->nblocks = sc->ip->i_nblocks;
1404 tmp = (uint64_t)ip->i_nblocks; in xfs_swap_extent_forks()1405 ip->i_nblocks = tip->i_nblocks - taforkblks + aforkblks; in xfs_swap_extent_forks()1406 tip->i_nblocks = tmp + taforkblks - aforkblks; in xfs_swap_extent_forks()
39 tstate->blocks = ip->i_nblocks; in xfs_qm_fill_state()
69 xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */ member
124 ip->i_nblocks = 0; in xfs_inode_alloc()448 if (ip->i_nblocks != 0) { in xfs_iget_check_free_state()
583 to->di_nblocks = ip->i_nblocks; in xfs_inode_to_log_dinode()
645 stat->blocks = XFS_FSB_TO_BB(mp, ip->i_nblocks + ip->i_delayed_blks); in xfs_vn_getattr()
1242 if (qip->i_nblocks == 0) in xfs_qm_reset_dqcounts_buf()
5628 __entry->used = ip->i_nblocks;