OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entryoffsetinblock
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/cd9660/
cd9660_lookup.c
106
int
entryoffsetinblock
; /* offset of ep in bp's buffer */
local
184
entryoffsetinblock
= 0;
189
if ((
entryoffsetinblock
= dp->i_offset & bmask) &&
212
entryoffsetinblock
= 0;
219
((char *)bp->b_data +
entryoffsetinblock
);
233
if (
entryoffsetinblock
+ reclen > imp->logical_block_size)
271
+
entryoffsetinblock
;
287
ino = dbtob(bp->b_blkno) +
entryoffsetinblock
;
303
entryoffsetinblock
+= reclen;
317
entryoffsetinblock
= saveoffset & bmask
[
all
...]
cd9660_vnops.c
401
int
entryoffsetinblock
;
local
437
if ((
entryoffsetinblock
= idp->curroff & bmask) &&
457
entryoffsetinblock
= 0;
464
((char *)bp->b_data +
entryoffsetinblock
);
480
if (
entryoffsetinblock
+ reclen > imp->logical_block_size) {
498
entryoffsetinblock
;
545
entryoffsetinblock
+= reclen;
/src/sys/ufs/ext2fs/
ext2fs_lookup.c
84
int
entryoffsetinblock
);
286
int
entryoffsetinblock
; /* offset of ep in bp's buffer */
local
377
entryoffsetinblock
= 0;
382
if ((
entryoffsetinblock
= results->ulr_offset & bmask) &&
401
entryoffsetinblock
= 0;
404
cnp->cn_namelen, &bp, &
entryoffsetinblock
, &i_offset,
437
entryoffsetinblock
= 0;
444
(
entryoffsetinblock
& (dirblksiz - 1)) == 0) {
457
((char *)bp->b_data +
entryoffsetinblock
);
460
ext2fs_dirbadentry(vdp, ep,
entryoffsetinblock
))) {
[
all
...]
/src/sys/ufs/lfs/
ulfs_lookup.c
125
int
entryoffsetinblock
; /* offset of ep in bp's buffer */
local
263
entryoffsetinblock
= 0; /* silence compiler warning */
282
entryoffsetinblock
= 0;
287
if ((
entryoffsetinblock
= results->ulr_offset & bmask) &&
312
entryoffsetinblock
= 0;
319
(
entryoffsetinblock
& (dirblksiz - 1)) == 0) {
331
ep = (LFS_DIRHEADER *)((char *)bp->b_data +
entryoffsetinblock
);
333
(lfs_dirchk && ulfs_dirbadentry(vdp, ep,
entryoffsetinblock
))) {
337
i = dirblksiz - (
entryoffsetinblock
& (dirblksiz - 1));
339
entryoffsetinblock
+= i
[
all
...]
/src/sys/ufs/ufs/
ufs_lookup.c
337
int
entryoffsetinblock
; /* offset of ep in bp's buffer */
local
457
entryoffsetinblock
= 0; /* silence compiler warning */
478
entryoffsetinblock
= 0;
483
entryoffsetinblock
= results->ulr_offset & bmask;
484
if (
entryoffsetinblock
!= 0 &&
509
entryoffsetinblock
= 0;
516
(
entryoffsetinblock
& (dirblksiz - 1)) == 0) {
528
ep = (void *)((char *)bp->b_data +
entryoffsetinblock
);
532
(msg = ufs_dirbadentry(vdp, ep,
entryoffsetinblock
)))) {
535
(
entryoffsetinblock
& (dirblksiz - 1))
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026