Searched refs:i_nblocks (Results 1 – 15 of 15) sorted by relevance
/linux/fs/xfs/ |
A D | xfs_bmap_util.c | 177 ap->ip->i_nblocks += ap->length; in xfs_bmap_rtalloc() 1534 tmp = (uint64_t)ip->i_nblocks; in xfs_swap_extent_forks() 1535 ip->i_nblocks = tip->i_nblocks - taforkblks + aforkblks; in xfs_swap_extent_forks() 1536 tip->i_nblocks = tmp + taforkblks - aforkblks; in xfs_swap_extent_forks()
|
A D | xfs_qm.c | 995 if (qip->i_nblocks == 0) in xfs_qm_reset_dqcounts_buf() 1175 nblks = (xfs_qcnt_t)ip->i_nblocks - rtblks; in xfs_qm_dqusage_adjust() 1780 xfs_trans_mod_dquot(tp, prevdq, bfield, -(ip->i_nblocks)); in xfs_qm_vop_chown() 1784 xfs_trans_mod_dquot(tp, newdq, bfield, ip->i_nblocks); in xfs_qm_vop_chown()
|
A D | xfs_quotaops.c | 38 tstate->blocks = ip->i_nblocks; in xfs_qm_fill_state()
|
A D | xfs_inode.h | 58 xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */ member
|
A D | xfs_itable.c | 133 buf->bs_blocks = ip->i_nblocks + ip->i_delayed_blks; in xfs_bulkstat_one_int()
|
A D | xfs_inode.c | 854 ASSERT(ip->i_nblocks == 0); in xfs_init_new_inode() 2626 ASSERT(ip->i_nblocks == 0); in xfs_ifree() 3496 ip->i_nblocks, mp, XFS_ERRTAG_IFLUSH_5)) { in xfs_iflush() 3502 ip->i_nblocks, ip); in xfs_iflush()
|
A D | xfs_icache.c | 105 ip->i_nblocks = 0; in xfs_inode_alloc() 413 if (ip->i_nblocks != 0) { in xfs_iget_check_free_state()
|
A D | xfs_inode_item.c | 386 to->di_nblocks = ip->i_nblocks; in xfs_inode_to_log_dinode()
|
A D | xfs_trans.c | 1185 pdqp, ip->i_nblocks + ip->i_delayed_blks, in xfs_trans_alloc_ichange()
|
A D | xfs_iops.c | 598 stat->blocks = XFS_FSB_TO_BB(mp, ip->i_nblocks + ip->i_delayed_blks); in xfs_vn_getattr()
|
/linux/fs/xfs/libxfs/ |
A D | xfs_inode_buf.c | 230 ip->i_nblocks = be64_to_cpu(from->di_nblocks); in xfs_inode_from_disk() 308 to->di_nblocks = cpu_to_be64(ip->i_nblocks); in xfs_inode_to_disk()
|
A D | xfs_bmap_btree.c | 265 cur->bc_ino.ip->i_nblocks++; in xfs_bmbt_alloc_block() 292 ip->i_nblocks--; in xfs_bmbt_free_block()
|
A D | xfs_inode_fork.c | 194 ifp->if_nextents > ip->i_nblocks) || in xfs_iformat_btree()
|
A D | xfs_bmap.c | 579 ip->i_nblocks--; in xfs_bmap_btree_to_extents() 679 ip->i_nblocks++; in xfs_bmap_extents_to_btree() 858 ip->i_nblocks = 1; in xfs_bmap_local_to_extents() 3354 ap->ip->i_nblocks += args->len; in xfs_bmap_btalloc_accounting() 4669 ip->i_nblocks += len; in xfs_bmapi_remap() 5260 ip->i_nblocks -= nblks; in xfs_bmap_del_extent_real()
|
A D | xfs_da_btree.c | 2145 xfs_rfsblock_t nblks = dp->i_nblocks; in xfs_da_grow_inode_int() 2211 args->total -= dp->i_nblocks - nblks; in xfs_da_grow_inode_int()
|
Completed in 72 milliseconds