Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_bmap_util.c177 ap->ip->i_nblocks += ap->length; in xfs_bmap_rtalloc()
1570 tmp = (uint64_t)ip->i_nblocks; in xfs_swap_extent_forks()
1571 ip->i_nblocks = tip->i_nblocks - taforkblks + aforkblks; in xfs_swap_extent_forks()
1572 tip->i_nblocks = tmp + taforkblks - aforkblks; in xfs_swap_extent_forks()
H A Dxfs_qm.c995 if (qip->i_nblocks == 0) in xfs_qm_reset_dqcounts_buf()
1188 nblks = (xfs_qcnt_t)ip->i_nblocks - rtblks; in xfs_qm_dqusage_adjust()
1819 xfs_trans_mod_dquot(tp, prevdq, bfield, -(ip->i_nblocks)); in xfs_qm_vop_chown()
1823 xfs_trans_mod_dquot(tp, newdq, bfield, ip->i_nblocks); in xfs_qm_vop_chown()
H A Dxfs_quotaops.c38 tstate->blocks = ip->i_nblocks; in xfs_qm_fill_state()
H A Dxfs_itable.c155 buf->bs_blocks = ip->i_nblocks + ip->i_delayed_blks; in xfs_bulkstat_one_int()
H A Dxfs_inode.h58 xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */ member
H A Dxfs_inode.c844 ASSERT(ip->i_nblocks == 0); in xfs_init_new_inode()
2393 ASSERT(ip->i_nblocks == 0); in xfs_ifree()
3264 ip->i_nblocks, mp, XFS_ERRTAG_IFLUSH_5)) { in xfs_iflush()
3270 ip->i_nblocks, ip); in xfs_iflush()
H A Dxfs_icache.c108 ip->i_nblocks = 0; in xfs_inode_alloc()
421 if (ip->i_nblocks != 0) { in xfs_iget_check_free_state()
H A Dxfs_inode_item.c569 to->di_nblocks = ip->i_nblocks; in xfs_inode_to_log_dinode()
H A Dxfs_trans.c1328 pdqp, ip->i_nblocks + ip->i_delayed_blks, in xfs_trans_alloc_ichange()
H A Dxfs_iops.c579 stat->blocks = XFS_FSB_TO_BB(mp, ip->i_nblocks + ip->i_delayed_blks); in xfs_vn_getattr()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c229 ip->i_nblocks = be64_to_cpu(from->di_nblocks); in xfs_inode_from_disk()
326 to->di_nblocks = cpu_to_be64(ip->i_nblocks); in xfs_inode_to_disk()
H A Dxfs_bmap_btree.c250 cur->bc_ino.ip->i_nblocks++; in xfs_bmbt_alloc_block()
279 ip->i_nblocks--; in xfs_bmbt_free_block()
H A Dxfs_inode_fork.c194 ifp->if_nextents > ip->i_nblocks) || in xfs_iformat_btree()
H A Dxfs_bmap.c582 ip->i_nblocks--; in xfs_bmap_btree_to_extents()
671 ip->i_nblocks++; in xfs_bmap_extents_to_btree()
846 ip->i_nblocks = 1; in xfs_bmap_local_to_extents()
3306 ap->ip->i_nblocks += args->len; in xfs_bmap_btalloc_accounting()
4714 ip->i_nblocks += len; in xfs_bmapi_remap()
5266 ip->i_nblocks -= nblks; in xfs_bmap_del_extent_real()
H A Dxfs_da_btree.c2161 xfs_rfsblock_t nblks = dp->i_nblocks; in xfs_da_grow_inode_int()
2217 args->total -= dp->i_nblocks - nblks; in xfs_da_grow_inode_int()