Home
last modified time | relevance | path

Searched refs:i_nblocks (Results 1 – 11 of 11) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_metafile.c185 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()
H A Dxfs_da_btree.c2331 xfs_rfsblock_t nblks = dp->i_nblocks; in xfs_da_grow_inode_int()
2387 ASSERT(args->total >= dp->i_nblocks - nblks); in xfs_da_grow_inode_int()
2388 args->total -= dp->i_nblocks - nblks; in xfs_da_grow_inode_int()
/linux/fs/xfs/scrub/
H A Dtempfile.c282 sc->tempip->i_nblocks); in xrep_tempfile_remove_metadir()
710 req->ip1_bcount = sc->tempip->i_nblocks; in xrep_tempexch_estimate()
726 req->ip2_bcount = sc->ip->i_nblocks; in xrep_tempexch_estimate()
H A Dinode_repair.c1716 sc->ip->i_nblocks = count + acount; in xrep_inode_blockcounts()
H A Dtrace.h2561 __entry->nblocks = sc->ip->i_nblocks;
/linux/fs/xfs/
H A Dxfs_bmap_util.c1452 tmp = (uint64_t)ip->i_nblocks; in xfs_swap_extent_forks()
1453 ip->i_nblocks = tip->i_nblocks - taforkblks + aforkblks; in xfs_swap_extent_forks()
1454 tip->i_nblocks = tmp + taforkblks - aforkblks; in xfs_swap_extent_forks()
H A Dxfs_inode.c1810 ASSERT(ip->i_nblocks == 0); in xfs_ifree()
2435 ip->i_nblocks || XFS_TEST_ERROR(mp, XFS_ERRTAG_IFLUSH_5)) { in xfs_iflush()
2441 ip->i_nblocks, ip); in xfs_iflush()
3003 *dblocks = ip->i_nblocks - *rblocks; in xfs_inode_count_blocks()
H A Dxfs_inode.h58 xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */ member
H A Dxfs_icache.c119 ip->i_nblocks = 0; in xfs_inode_alloc()
432 if (ip->i_nblocks != 0) { in xfs_iget_check_free_state()
H A Dxfs_iops.c710 stat->blocks = XFS_FSB_TO_BB(mp, ip->i_nblocks + ip->i_delayed_blks); in xfs_vn_getattr()
H A Dxfs_qm.c1169 if (qip->i_nblocks == 0) in xfs_qm_reset_dqcounts_buf()