Searched refs:entryoffsetinblock (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/fs/cd9660/ |
H A D | cd9660_lookup.c | 106 int entryoffsetinblock; /* offset of ep in bp's buffer */ in cd9660_lookup() local 184 entryoffsetinblock = 0; in cd9660_lookup() 189 if ((entryoffsetinblock = dp->i_offset & bmask) && in cd9660_lookup() 212 entryoffsetinblock = 0; in cd9660_lookup() 219 ((char *)bp->b_data + entryoffsetinblock); in cd9660_lookup() 233 if (entryoffsetinblock + reclen > imp->logical_block_size) in cd9660_lookup() 271 + entryoffsetinblock; in cd9660_lookup() 287 ino = dbtob(bp->b_blkno) + entryoffsetinblock; in cd9660_lookup() 303 entryoffsetinblock += reclen; in cd9660_lookup() 317 entryoffsetinblock in cd9660_lookup() [all...] |
H A D | cd9660_vnops.c | 401 int entryoffsetinblock; in cd9660_readdir() local 437 if ((entryoffsetinblock = idp->curroff & bmask) && in cd9660_readdir() 457 entryoffsetinblock = 0; in cd9660_readdir() 464 ((char *)bp->b_data + entryoffsetinblock); in cd9660_readdir() 480 if (entryoffsetinblock + reclen > imp->logical_block_size) { in cd9660_readdir() 498 entryoffsetinblock; in cd9660_readdir() 545 entryoffsetinblock += reclen; in cd9660_readdir()
|
/netbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_lookup.c | 84 int entryoffsetinblock); 286 int entryoffsetinblock; /* offset of ep in bp's buffer */ in ext2fs_lookup() local 377 entryoffsetinblock = 0; in ext2fs_lookup() 382 if ((entryoffsetinblock = results->ulr_offset & bmask) && in ext2fs_lookup() 401 entryoffsetinblock = 0; in ext2fs_lookup() 404 cnp->cn_namelen, &bp, &entryoffsetinblock, &i_offset, in ext2fs_lookup() 437 entryoffsetinblock = 0; in ext2fs_lookup() 444 (entryoffsetinblock & (dirblksiz - 1)) == 0) { in ext2fs_lookup() 457 ((char *)bp->b_data + entryoffsetinblock); in ext2fs_lookup() 460 ext2fs_dirbadentry(vdp, ep, entryoffsetinblock))) { in ext2fs_lookup() 833 ext2fs_dirbadentry(struct vnode * dp,struct ext2fs_direct * de,int entryoffsetinblock) ext2fs_dirbadentry() argument [all...] |
/netbsd-src/sys/ufs/lfs/ |
H A D | ulfs_lookup.c | 125 int entryoffsetinblock; /* offset of ep in bp's buffer */ in ulfs_lookup() local 263 entryoffsetinblock = 0; /* silence compiler warning */ in ulfs_lookup() 282 entryoffsetinblock = 0; in ulfs_lookup() 287 if ((entryoffsetinblock = results->ulr_offset & bmask) && in ulfs_lookup() 312 entryoffsetinblock = 0; in ulfs_lookup() 319 (entryoffsetinblock & (dirblksiz - 1)) == 0) { in ulfs_lookup() 331 ep = (LFS_DIRHEADER *)((char *)bp->b_data + entryoffsetinblock); in ulfs_lookup() 333 (lfs_dirchk && ulfs_dirbadentry(vdp, ep, entryoffsetinblock))) { in ulfs_lookup() 337 i = dirblksiz - (entryoffsetinblock & (dirblksiz - 1)); in ulfs_lookup() 339 entryoffsetinblock in ulfs_lookup() 660 ulfs_dirbadentry(struct vnode * dp,LFS_DIRHEADER * ep,int entryoffsetinblock) ulfs_dirbadentry() argument [all...] |
/netbsd-src/sys/ufs/ufs/ |
H A D | ufs_lookup.c | 334 int entryoffsetinblock; /* offset of ep in bp's buffer */ in ufs_lookup() local 454 entryoffsetinblock = 0; /* silence compiler warning */ in ufs_lookup() 475 entryoffsetinblock = 0; in ufs_lookup() 480 entryoffsetinblock = results->ulr_offset & bmask; in ufs_lookup() 481 if (entryoffsetinblock != 0 && in ufs_lookup() 506 entryoffsetinblock = 0; in ufs_lookup() 513 (entryoffsetinblock & (dirblksiz - 1)) == 0) { in ufs_lookup() 525 ep = (void *)((char *)bp->b_data + entryoffsetinblock); in ufs_lookup() 529 (msg = ufs_dirbadentry(vdp, ep, entryoffsetinblock)))) { in ufs_lookup() 532 (entryoffsetinblock in ufs_lookup() 765 ufs_dirbadentry(const struct vnode * dp,const struct direct * ep,int entryoffsetinblock) ufs_dirbadentry() argument [all...] |