Home
last modified time | relevance | path

Searched refs:i_delayed_blks (Results 1 – 10 of 10) sorted by relevance

/linux/fs/xfs/
A Dxfs_bmap_util.c180 ap->ip->i_delayed_blks -= ap->length; in xfs_bmap_rtalloc()
468 (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_disk_size)) { in xfs_getbmap()
668 ip->i_delayed_blks == 0) in xfs_can_free_eofblocks()
680 if (!force || ip->i_delayed_blks == 0) in xfs_can_free_eofblocks()
708 return imap.br_startblock != HOLESTARTBLOCK || ip->i_delayed_blks; in xfs_can_free_eofblocks()
1547 ASSERT(tip->i_delayed_blks == 0); in xfs_swap_extent_forks()
1548 tip->i_delayed_blks = ip->i_delayed_blks; in xfs_swap_extent_forks()
1549 ip->i_delayed_blks = 0; in xfs_swap_extent_forks()
A Dxfs_qm.c1163 ASSERT(ip->i_delayed_blks == 0); in xfs_qm_dqusage_adjust()
1795 -ip->i_delayed_blks); in xfs_qm_vop_chown()
1806 ASSERT(prevdq->q_blk.reserved >= ip->i_delayed_blks); in xfs_qm_vop_chown()
1807 prevdq->q_blk.reserved -= ip->i_delayed_blks; in xfs_qm_vop_chown()
A Dxfs_inode.h56 uint64_t i_delayed_blks; /* count of delay alloc blks */ member
A Dxfs_itable.c133 buf->bs_blocks = ip->i_nblocks + ip->i_delayed_blks; in xfs_bulkstat_one_int()
A Dxfs_icache.c103 ip->i_delayed_blks = 0; in xfs_inode_alloc()
1794 if (!xfs_is_shutdown(mp) && ip->i_delayed_blks) { in xfs_inodegc_set_reclaimable()
A Dxfs_inode.c1461 if (ip->i_delayed_blks > 0) { in xfs_release()
1504 if (ip->i_delayed_blks) in xfs_release()
1772 ip->i_df.if_nextents > 0 || ip->i_delayed_blks > 0)) in xfs_inactive()
A Dxfs_trans.c1185 pdqp, ip->i_nblocks + ip->i_delayed_blks, in xfs_trans_alloc_ichange()
A Dxfs_iops.c598 stat->blocks = XFS_FSB_TO_BB(mp, ip->i_nblocks + ip->i_delayed_blks); in xfs_vn_getattr()
A Dxfs_ioctl.c1196 if ((ip->i_df.if_nextents || ip->i_delayed_blks) && in xfs_ioctl_setattr_xflags()
/linux/fs/xfs/libxfs/
A Dxfs_bmap.c3347 ap->ip->i_delayed_blks += args->len; in xfs_bmap_btalloc_accounting()
3357 ap->ip->i_delayed_blks -= args->len; in xfs_bmap_btalloc_accounting()
4018 ip->i_delayed_blks += alen; in xfs_bmapi_reserve_delalloc()
4836 ip->i_delayed_blks -= del->br_blockcount; in xfs_bmap_del_extent_delay()
4986 ip->i_delayed_blks -= del->br_blockcount; in xfs_bmap_del_extent_cow()

Completed in 54 milliseconds