Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dattr_repair.c468 bitmap_zero(ab->usedmap, ifp->if_bytes); in xrep_xattr_recover_sf()
469 end = (unsigned char *)ifp->if_data + ifp->if_bytes; in xrep_xattr_recover_sf()
838 ASSERT(ifp->if_bytes == 0); in xrep_xattr_full_reset()
968 hdr = xfs_idata_realloc(ip, (int)sizeof(*hdr) - ifp->if_bytes, in xrep_xattr_fork_remove()
1327 ifp->if_bytes = 0; in xrep_xattr_swap_prep()
H A Dtempfile.c948 temp_ifp->if_bytes); in xrep_tempfile_copyout_local()
H A Dinode_repair.c1886 sc->ip->i_disk_size = ifp->if_bytes; in xrep_inode_sfdir_size()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.h16 int64_t if_bytes; /* bytes in if_data */ member
H A Dxfs_exchmaps.c72 if (cfork->if_bytes > 0) in xfs_exchmaps_ensure_cowfork()
519 ifp->if_bytes = 0; in xfs_exchmaps_link_to_sf()
H A Dxfs_rtrefcount_btree.c747 ASSERT(ifp->if_bytes == 0); in xfs_rtrefcountbt_create()
/linux/fs/xfs/
H A Dxfs_bmap_util.c491 if (whichfork == XFS_COW_FORK && !ifp->if_bytes) in xfs_bmap_punch_delalloc_range()
1722 if (ip->i_cowfp && ip->i_cowfp->if_bytes) in xfs_swap_extents()
1726 if (tip->i_cowfp && tip->i_cowfp->if_bytes) in xfs_swap_extents()
H A Dxfs_inode.c1002 if (dfork->if_bytes == 0 && cfork->if_bytes == 0) in xfs_itruncate_clear_reflink_flags()
1004 if (cfork->if_bytes == 0) in xfs_itruncate_clear_reflink_flags()
1320 if (cow_ifp && cow_ifp->if_bytes > 0) in xfs_inode_needs_inactive()
H A Dxfs_reflink.c725 if (!ifp->if_bytes) in xfs_reflink_cancel_cow_blocks()