ufs_lookup.c | 867 const u_int newentrysize = UFS_DIRSIZ(0, dirp, 0); local in function:ufs_dirgrow 895 memcpy((char *)bp->b_data + blkoff, dirp, newentrysize); 924 const u_int newentrysize = UFS_DIRSIZ(0, dirp, 0); local in function:ufs_dircompact 1023 if (spacefree + dsize < newentrysize) 1027 if (spacefree < newentrysize) 1043 memcpy(ep, dirp, newentrysize);
|