OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LFS_MAX_DIROP
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_bio.c
609
if (lfs_dirvcount >
LFS_MAX_DIROP
)
631
if (lfs_dirvcount >
LFS_MAX_DIROP
) /* XXX */
692
if (lfs_dirvcount >
LFS_MAX_DIROP
)
694
lfs_dirvcount,
LFS_MAX_DIROP
));
705
lfs_dirvcount >
LFS_MAX_DIROP
|| fs->lfs_diropwait > 0) {
ulfs_inode.h
78
#define
LFS_MAX_DIROP
((desiredvnodes >> 2) + (desiredvnodes >> 3))
lfs_vnops.c
537
if (lfs_dirvcount >
LFS_MAX_DIROP
&& fs->lfs_dirops == 0) {
544
if (lfs_dirvcount >
LFS_MAX_DIROP
) {
lfs_vfsops.c
509
lfs_dirvcount >
LFS_MAX_DIROP
) &&
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026