Lines Matching refs:if_bytes
160 ifp->if_bytes = size; in xfs_init_local_fork()
228 ifp->if_bytes = 0; in xfs_iformat_extents()
318 ifp->if_bytes = 0; in xfs_iformat_btree()
476 int new_size = (int)ifp->if_bytes + byte_diff; in xfs_idata_realloc()
487 ifp->if_bytes = 0; in xfs_idata_realloc()
498 ifp->if_bytes = new_size; in xfs_idata_realloc()
560 ASSERT(ifp->if_bytes > 0); in xfs_iextents_copy()
573 ASSERT(copied <= ifp->if_bytes); in xfs_iextents_copy()
620 (ifp->if_bytes > 0)) { in xfs_iflush_fork()
622 ASSERT(ifp->if_bytes <= XFS_IFORK_SIZE(ip, whichfork)); in xfs_iflush_fork()
623 memcpy(cp, ifp->if_u1.if_data, ifp->if_bytes); in xfs_iflush_fork()
631 (ifp->if_bytes > 0)) { in xfs_iflush_fork()