Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_util.c311 (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_disk_size)) { in xfs_getbmap()
530 ip->i_delayed_blks == 0) in xfs_can_free_eofblocks()
541 if ((ip->i_diflags & XFS_DIFLAG_PREALLOC) && !ip->i_delayed_blks) in xfs_can_free_eofblocks()
563 if (ip->i_delayed_blks || in xfs_can_free_eofblocks()
598 if (ip->i_delayed_blks) { in xfs_free_eofblocks()
1465 ASSERT(tip->i_delayed_blks == 0); in xfs_swap_extent_forks()
1466 tip->i_delayed_blks = ip->i_delayed_blks; in xfs_swap_extent_forks()
1467 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
325 return ip->i_df.if_nextents > 0 || ip->i_delayed_blks > 0; in xfs_inode_has_filedata()
H A Dxfs_qm.c1362 ASSERT(ip->i_delayed_blks == 0); in xfs_qm_dqusage_adjust()
1998 -ip->i_delayed_blks); in xfs_qm_vop_chown()
2010 ASSERT(prevdq->q_rtb.reserved >= ip->i_delayed_blks); in xfs_qm_vop_chown()
2011 prevdq->q_rtb.reserved -= ip->i_delayed_blks; in xfs_qm_vop_chown()
2013 ASSERT(prevdq->q_blk.reserved >= ip->i_delayed_blks); in xfs_qm_vop_chown()
2014 prevdq->q_blk.reserved -= ip->i_delayed_blks; in xfs_qm_vop_chown()
H A Dxfs_icache.c117 ip->i_delayed_blks = 0; in xfs_inode_alloc()
1912 if (!xfs_is_shutdown(mp) && ip->i_delayed_blks) { in xfs_inodegc_set_reclaimable()
H A Dxfs_iomap.c1549 ip->i_delayed_blks += alen; in xfs_bmapi_reserve_delalloc()
1761 ip->i_delayed_blks += count_fsb; in xfs_zoned_buffered_write_iomap_begin()
H A Dxfs_iops.c710 stat->blocks = XFS_FSB_TO_BB(mp, ip->i_nblocks + ip->i_delayed_blks); in xfs_vn_getattr()
H A Dxfs_file.c1840 if (ip->i_delayed_blks > 0) in xfs_file_release()