Searched refs:entryoffsetinblock (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_lookup.c99 int entryoffsetinblock; /* offset of ep in bp's buffer */ local
160 entryoffsetinblock = 0;
165 if ((entryoffsetinblock = i_offset & bmask) &&
186 entryoffsetinblock = 0;
192 ((char *)bp->b_data + entryoffsetinblock);
206 if (entryoffsetinblock + reclen > imp->logical_block_size)
249 + entryoffsetinblock;
265 ino = dbtob(bp->b_blkno) + entryoffsetinblock;
275 entryoffsetinblock += reclen;
289 entryoffsetinblock
[all...]
H A Dcd9660_vnops.c477 int entryoffsetinblock; local
515 if ((entryoffsetinblock = idp->curroff & bmask) &&
534 entryoffsetinblock = 0;
540 ((char *)bp->b_data + entryoffsetinblock);
556 if (entryoffsetinblock + reclen > imp->logical_block_size) {
574 entryoffsetinblock;
612 entryoffsetinblock += reclen;
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_lookup.c115 int entryoffsetinblock);
308 int entryoffsetinblock; /* offset of ep in bp's buffer */ local
367 entryoffsetinblock = 0;
369 &bp, &entryoffsetinblock, &i_offset, &prevoff,
400 entryoffsetinblock = 0;
405 if ((entryoffsetinblock = i_offset & bmask) &&
426 entryoffsetinblock = 0;
432 (entryoffsetinblock & (DIRBLKSIZ - 1)) == 0) {
438 &entryoffsetinblock, &i_offset, &prevoff,
446 (entryoffsetinblock
824 ext2_dirbadentry(struct vnode *dp, struct ext2fs_direct_2 *de, int entryoffsetinblock) argument
[all...]
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_lookup.c224 int entryoffsetinblock; /* offset of ep in bp's buffer */ local
314 entryoffsetinblock = 0; /* silence compiler warning */
342 entryoffsetinblock = 0;
347 if ((entryoffsetinblock = i_offset & bmask) &&
369 entryoffsetinblock = 0;
376 (entryoffsetinblock & (DIRBLKSIZ - 1)) == 0) {
387 ep = (struct direct *)((char *)bp->b_data + entryoffsetinblock);
389 DIRBLKSIZ - (entryoffsetinblock & (DIRBLKSIZ - 1)) ||
390 (dirchk && ufs_dirbadentry(vdp, ep, entryoffsetinblock))) {
394 i = DIRBLKSIZ - (entryoffsetinblock
[all...]

Completed in 159 milliseconds