Lines Matching refs:if_bytes
158 ifp->if_bytes = size; in xfs_init_local_fork()
226 ifp->if_bytes = 0; in xfs_iformat_extents()
316 ifp->if_bytes = 0; in xfs_iformat_btree()
474 int new_size = (int)ifp->if_bytes + byte_diff; in xfs_idata_realloc()
485 ifp->if_bytes = 0; in xfs_idata_realloc()
496 ifp->if_bytes = new_size; in xfs_idata_realloc()
558 ASSERT(ifp->if_bytes > 0); in xfs_iextents_copy()
571 ASSERT(copied <= ifp->if_bytes); in xfs_iextents_copy()
618 (ifp->if_bytes > 0)) { in xfs_iflush_fork()
620 ASSERT(ifp->if_bytes <= XFS_IFORK_SIZE(ip, whichfork)); in xfs_iflush_fork()
621 memcpy(cp, ifp->if_u1.if_data, ifp->if_bytes); in xfs_iflush_fork()
629 (ifp->if_bytes > 0)) { in xfs_iflush_fork()