OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f_ind_cache
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/lib/libsa/
ext2fs.c
142
indp_t
f_ind_cache
[IND_CACHE_SZ];
member in struct:file
254
fs2h32(fp->
f_ind_cache
[file_block & IND_CACHE_MASK]);
300
memcpy(fp->
f_ind_cache
, &buf[file_block & ~IND_CACHE_MASK],
301
IND_CACHE_SZ * sizeof fp->
f_ind_cache
[0]);
minixfs3.c
166
block_t
f_ind_cache
[IND_CACHE_SZ];
member in struct:file
276
fs2h32(fp->
f_ind_cache
[zone & IND_CACHE_MASK]);
323
memcpy(fp->
f_ind_cache
, &buf[zone & ~IND_CACHE_MASK],
324
IND_CACHE_SZ * sizeof fp->
f_ind_cache
[0]);
ufs.c
196
indp_t
f_ind_cache
[IND_CACHE_SZ];
member in struct:file
458
*disk_block_p = fp->
f_ind_cache
[file_block & IND_CACHE_MASK];
512
fp->
f_ind_cache
[i] = ufs_indp_swap(
517
memcpy(fp->
f_ind_cache
, &buf[file_block & ~IND_CACHE_MASK],
518
IND_CACHE_SZ * sizeof fp->
f_ind_cache
[0]);
Completed in 13 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025