Home
last modified time | relevance | path

Searched refs:if_bytes (Results 1 – 7 of 7) 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 Dattr.c580 unsigned char *end = ifp->if_data + ifp->if_bytes; in xchk_xattr_check_sf()
584 bitmap_zero(ab->usedmap, ifp->if_bytes); in xchk_xattr_check_sf()
H A Ddir_repair.c527 end = (unsigned char *)ifp->if_data + ifp->if_bytes; in xrep_dir_recover_sf()
1439 ifp->if_bytes = 0; in xrep_dir_reset_fork()
1499 ifp->if_bytes = 0; in xrep_dir_swap_prep()
H A Dbmap_repair.c659 ASSERT(ifp->if_bytes == 0); in xrep_bmap_extents_load()
H A Dinode_repair.c1882 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
/linux/fs/xfs/
H A Dxfs_inode.h330 return ip->i_cowfp && ip->i_cowfp->if_bytes; in xfs_inode_has_cow_data()