OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdirbp
(Results
1 - 9
of
9
) sorted by relevancy
/src/sbin/fsck_ext2fs/
fsck.h
103
extern struct bufarea *
pdirbp
; /* current directory contents */
utilities.c
152
pbp =
pdirbp
= (struct bufarea *)0;
286
pbp =
pdirbp
= (struct bufarea *)0;
dir.c
719
if (
pdirbp
!= 0)
720
pdirbp
->b_flags &= ~B_INUSE;
721
pdirbp
= getdatablk(blkno, size);
722
return (
pdirbp
);
main.c
93
struct bufarea *
pdirbp
;
variable in typeref:struct:bufarea *
/src/sbin/fsck_ffs/
dir.c
956
if (
pdirbp
!= 0)
957
pdirbp
->b_flags &= ~B_INUSE;
958
pdirbp
= getdatablk(blkno, size);
959
return (
pdirbp
);
fsck.h
149
extern struct bufarea *
pdirbp
; /* current directory contents */
main.c
78
struct bufarea *
pdirbp
;
variable in typeref:struct:bufarea *
utilities.c
137
pbp =
pdirbp
= (struct bufarea *)0;
307
pbp =
pdirbp
= (struct bufarea *)0;
/src/sbin/fsdb/
fsdb.c
70
struct bufarea *
pdirbp
;
variable in typeref:struct:bufarea *
Completed in 18 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025