Searched refs:i_nblocks (Results 1 – 13 of 13) sorted by relevance
185 ip->i_nblocks += args->len; in xfs_metafile_resv_alloc_space()203 ip->i_nblocks -= len; in xfs_metafile_resv_free_space()287 used += rtg_rmap(rtg)->i_nblocks; in xfs_metafile_resv_init()291 used += rtg_refcount(rtg)->i_nblocks; in xfs_metafile_resv_init()
241 ip->i_nblocks = be64_to_cpu(from->di_nblocks); in xfs_inode_from_disk()348 to->di_nblocks = cpu_to_be64(ip->i_nblocks); in xfs_inode_to_disk()
2331 xfs_rfsblock_t nblks = dp->i_nblocks; in xfs_da_grow_inode_int()2388 args->total -= dp->i_nblocks - nblks; in xfs_da_grow_inode_int()
1803 ASSERT(ip->i_nblocks == 0); in xfs_ifree()2429 ip->i_nblocks || XFS_TEST_ERROR(mp, XFS_ERRTAG_IFLUSH_5)) { in xfs_iflush()2435 ip->i_nblocks, ip); in xfs_iflush()2998 *dblocks = ip->i_nblocks - *rblocks; in xfs_inode_count_blocks()
59 xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */ member
188 buf->bs_blocks = ip->i_nblocks + ip->i_delayed_blks; in xfs_bulkstat_one_int()
124 ip->i_nblocks = 0; in xfs_inode_alloc()436 if (ip->i_nblocks != 0) { in xfs_iget_check_free_state()
573 to->di_nblocks = ip->i_nblocks; in xfs_inode_to_log_dinode()
1170 if (qip->i_nblocks == 0) in xfs_qm_reset_dqcounts_buf()
633 sc->ip->i_nblocks = rb->nblocks + delta; in xrep_bmap_reset_counters()
537 if (ip->i_nblocks) { in xrep_rmap_scan_meta_btree()
1712 sc->ip->i_nblocks = count + acount; in xrep_inode_blockcounts()
2528 __entry->nblocks = sc->ip->i_nblocks;