OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LFS_LOGLENGTH
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_inode.h
231
extern struct lfs_log_entry lfs_log[
LFS_LOGLENGTH
];
242
lfs_lognum = (lfs_lognum + 1) %
LFS_LOGLENGTH
; \
lfs_debug.c
82
struct lfs_log_entry lfs_log[
LFS_LOGLENGTH
];
101
for (i = lfs_lognum; i != (lfs_lognum - 1) %
LFS_LOGLENGTH
;
102
i = (i + 1) %
LFS_LOGLENGTH
)
lfs.h
166
#define
LFS_LOGLENGTH
1024 /* size of debugging log */
Completed in 13 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025