OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eof_offset_byte
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/ews4800mips/stand/common/
fileread_bfs.c
106
n = inode->
eof_offset_byte
- inode->start_sector * 512 + 1;
132
*size = inode->
eof_offset_byte
- inode->start_sector * 512 + 1;
/src/sys/fs/sysvbfs/
bfs.h
91
uint32_t
eof_offset_byte
; /* 12 (offset from super block start) */
member in struct:bfs_inode
bfs.c
395
inode->
eof_offset_byte
= start * DEV_BSIZE + bufsz - 1;
452
printf("eof new=%d old=%d\n", eof, root_inode->
eof_offset_byte
);
455
if (eof > root_inode->
eof_offset_byte
) {
456
root_inode->
eof_offset_byte
= eof;
460
if (eof == root_inode->
eof_offset_byte
) {
461
root_inode->
eof_offset_byte
= eof - sizeof *dir;
589
return inode->
eof_offset_byte
- inode->start_sector * DEV_BSIZE + 1;
709
inode->
eof_offset_byte
-
sysvbfs_vnops.c
922
inode->
eof_offset_byte
= bnode->data_block * DEV_BSIZE +
/src/sbin/newfs_sysvbfs/
newfs_sysvbfs.c
211
inode->
eof_offset_byte
= sizeof(struct bfs_dirent) +
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025