HomeSort by: relevance | last modified time | path
    Searched refs:id_loc (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/fsck_ext2fs/
dir.c 173 idesc->id_loc = 0;
180 memcpy(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf,
206 if (idesc->id_loc % sblock.e2fs_bsize == 0 && idesc->id_filesize > 0 &&
207 idesc->id_loc < blksiz) {
208 dp = (struct ext2fs_direct *)(bp->b_un.b_buf + idesc->id_loc);
215 dp = (struct ext2fs_direct *)(bp->b_un.b_buf + idesc->id_loc);
223 idesc->id_loc += sblock.e2fs_bsize;
228 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz)
230 dploc = idesc->id_loc;
232 idesc->id_loc += fs2h16(dp->e2d_reclen)
    [all...]
fsck.h 127 int id_loc; /* for DATA nodes, current location in dir */ member in struct:inodesc
  /src/sbin/fsck_lfs/
dir.c 150 idesc->id_loc = 0;
160 memcpy(bp->b_data + idesc->id_loc - dsize, dbuf,
183 if (idesc->id_loc % LFS_DIRBLKSIZ == 0 && idesc->id_filesize > 0 &&
184 idesc->id_loc < blksiz) {
185 dp = (LFS_DIRHEADER *) (bp->b_data + idesc->id_loc);
193 dp = (LFS_DIRHEADER *) (bp->b_data + idesc->id_loc);
205 idesc->id_loc += LFS_DIRBLKSIZ;
210 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz) {
214 dploc = idesc->id_loc;
216 idesc->id_loc += lfs_dir_getreclen(fs, dp)
    [all...]
fsck.h 100 int id_loc; /* for DATA nodes, current location in dir */ member in struct:inodesc
  /src/sbin/fsck_ffs/
dir.c 215 idesc->id_loc = 0;
228 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf,
251 if (idesc->id_loc % dirblksiz == 0 && idesc->id_filesize > 0 &&
252 idesc->id_loc < blksiz) {
253 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
260 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
270 idesc->id_loc += dirblksiz;
275 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz)
277 dploc = idesc->id_loc;
279 idesc->id_loc += iswap16(dp->d_reclen)
    [all...]
fsck.h 192 int id_loc; /* for DATA nodes, current location in dir */ member in struct:inodesc
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c 645 * @id_loc: Pointer to the location in the command buffer currently being parsed
656 uint32_t *id_loc,
666 if (*id_loc == SVGA3D_INVALID_ID) {
674 if (likely(rcache->valid_handle && *id_loc == rcache->handle)) {
687 (dev_priv, sw_context->fp->tfile, *id_loc, converter);
690 (unsigned int) *id_loc);
700 rcache->handle = *id_loc;
706 id_loc),

Completed in 16 milliseconds