OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:efs_dirent
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/efs/
efs_dir.h
52
* followed by
efs_dirent
structures higher up:
56
* |
efs_dirent
at z << 1 | |
59
* |
efs_dirent
at x << 1 | |-- directory
63
* |
efs_dirent
at y << 1 | |
124
* than (EFS_DIRBLK_SPACE_SIZE / 9), as each
efs_dirent
struct is
136
* structure is always padded by one byte if the
efs_dirent
struct is odd. This
140
* knowledge of this scheme, one cannot accurately calculate the
efs_dirent
size
143
struct
efs_dirent
{
struct
160
#define EFS_DIRBLK_TO_DIRENT(_d, _o) (struct
efs_dirent
*)((char *)(_d) + _o)
175
#define EFS_DIRENT_SIZE_MIN (sizeof(struct
efs_dirent
))
[
all
...]
efs_dir.h
52
* followed by
efs_dirent
structures higher up:
56
* |
efs_dirent
at z << 1 | |
59
* |
efs_dirent
at x << 1 | |-- directory
63
* |
efs_dirent
at y << 1 | |
124
* than (EFS_DIRBLK_SPACE_SIZE / 9), as each
efs_dirent
struct is
136
* structure is always padded by one byte if the
efs_dirent
struct is odd. This
140
* knowledge of this scheme, one cannot accurately calculate the
efs_dirent
size
143
struct
efs_dirent
{
struct
160
#define EFS_DIRBLK_TO_DIRENT(_d, _o) (struct
efs_dirent
*)((char *)(_d) + _o)
175
#define EFS_DIRENT_SIZE_MIN (sizeof(struct
efs_dirent
))
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025