Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_bmap_util.c180 ap->ip->i_delayed_blks -= ap->length; in xfs_bmap_rtalloc()
465 (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_disk_size)) { in xfs_getbmap()
669 ip->i_delayed_blks == 0) in xfs_can_free_eofblocks()
681 if (ip->i_delayed_blks == 0) in xfs_can_free_eofblocks()
711 return imap.br_startblock != HOLESTARTBLOCK || ip->i_delayed_blks; in xfs_can_free_eofblocks()
742 if (ip->i_delayed_blks) { in xfs_free_eofblocks()
1583 ASSERT(tip->i_delayed_blks == 0); in xfs_swap_extent_forks()
1584 tip->i_delayed_blks = ip->i_delayed_blks; in xfs_swap_extent_forks()
1585 ip->i_delayed_blks = 0; in xfs_swap_extent_forks()
H A Dxfs_inode.h56 uint64_t i_delayed_blks; /* count of delay alloc blks */ member
291 return ip->i_df.if_nextents > 0 || ip->i_delayed_blks > 0; in xfs_inode_has_filedata()
H A Dxfs_qm.c1176 ASSERT(ip->i_delayed_blks == 0); in xfs_qm_dqusage_adjust()
1834 -ip->i_delayed_blks); in xfs_qm_vop_chown()
1845 ASSERT(prevdq->q_blk.reserved >= ip->i_delayed_blks); in xfs_qm_vop_chown()
1846 prevdq->q_blk.reserved -= ip->i_delayed_blks; in xfs_qm_vop_chown()
H A Dxfs_itable.c155 buf->bs_blocks = ip->i_nblocks + ip->i_delayed_blks; in xfs_bulkstat_one_int()
H A Dxfs_icache.c106 ip->i_delayed_blks = 0; in xfs_inode_alloc()
1810 if (!xfs_is_shutdown(mp) && ip->i_delayed_blks) { in xfs_inodegc_set_reclaimable()
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()
H A Dxfs_inode.c1456 if (ip->i_delayed_blks > 0) { in xfs_release()
1499 if (ip->i_delayed_blks) in xfs_release()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c3299 ap->ip->i_delayed_blks += args->len; in xfs_bmap_btalloc_accounting()
3309 ap->ip->i_delayed_blks -= args->len; in xfs_bmap_btalloc_accounting()
4007 ip->i_delayed_blks += alen; in xfs_bmapi_reserve_delalloc()
4881 ip->i_delayed_blks -= del->br_blockcount; in xfs_bmap_del_extent_delay()
5031 ip->i_delayed_blks -= del->br_blockcount; in xfs_bmap_del_extent_cow()