OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsreadfd
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/fsck_lfs/
vars.c
59
int
fsreadfd
; /* file descriptor for reading file system */
variable
/src/sbin/fsck_ext2fs/
main.c
113
int
fsreadfd
;
variable
/src/sbin/fsck_ffs/
main.c
118
int
fsreadfd
;
variable
/src/sbin/fsdb/
fsdb.c
110
int
fsreadfd
;
variable
174
*
fsreadfd
is set up to read from the file system, fswritefd to write to
798
bread(
fsreadfd
, (char *)idblk, FFS_FSBTODB(sblock, blk),
844
bread(
fsreadfd
, (char *)idblk, FFS_FSBTODB(sblock, blk),
882
if (bread(
fsreadfd
, buf, FFS_FSBTODB(sblock, blk), rsize) != 0)
969
bread(
fsreadfd
, (char *)idblk, FFS_FSBTODB(sblock, blk),
998
bread(
fsreadfd
, (char *)idblk, FFS_FSBTODB(sblock, blk),
Completed in 38 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026