Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_item.c368 bi->bi_owner->i_delayed_blks += bi->bi_bmap.br_blockcount; in xfs_bmap_defer_add()
382 bi->bi_owner->i_delayed_blks -= bi->bi_bmap.br_blockcount; in xfs_bmap_update_cancel_item()
483 bi->bi_owner->i_delayed_blks += bi->bi_bmap.br_blockcount; in xfs_bui_recover_work()
H A Dxfs_inode.h57 uint64_t i_delayed_blks; /* count of delay alloc blks */ member
321 return ip->i_df.if_nextents > 0 || ip->i_delayed_blks > 0; in xfs_inode_has_filedata()
H A Dxfs_qm.c1363 ASSERT(ip->i_delayed_blks == 0); in xfs_qm_dqusage_adjust()
1999 -ip->i_delayed_blks); in xfs_qm_vop_chown()
2011 ASSERT(prevdq->q_rtb.reserved >= ip->i_delayed_blks); in xfs_qm_vop_chown()
2012 prevdq->q_rtb.reserved -= ip->i_delayed_blks; in xfs_qm_vop_chown()
2014 ASSERT(prevdq->q_blk.reserved >= ip->i_delayed_blks); in xfs_qm_vop_chown()
2015 prevdq->q_blk.reserved -= ip->i_delayed_blks; in xfs_qm_vop_chown()
H A Dxfs_itable.c188 buf->bs_blocks = ip->i_nblocks + ip->i_delayed_blks; in xfs_bulkstat_one_int()
H A Dxfs_icache.c122 ip->i_delayed_blks = 0; in xfs_inode_alloc()
1913 if (!xfs_is_shutdown(mp) && ip->i_delayed_blks) { in xfs_inodegc_set_reclaimable()
H A Dxfs_iomap.c1540 ip->i_delayed_blks += alen; in xfs_bmapi_reserve_delalloc()
1731 ip->i_delayed_blks += count_fsb; in xfs_zoned_buffered_write_iomap_begin()
H A Dxfs_file.c1707 if (ip->i_delayed_blks > 0) in xfs_file_release()
/linux/fs/xfs/scrub/
H A Dbmap_repair.c495 if (rb->whichfork == XFS_ATTR_FORK || ip->i_delayed_blks == 0) in xrep_bmap_find_delalloc()