OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dirblock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_dirhash.c
521
int
dirblock
, error, freebytes, i;
local in function:ulfsdirhash_findfree
535
dirblock
= -1;
537
if ((
dirblock
= dh->dh_firstfree[i]) != -1)
539
if (
dirblock
== -1) {
544
KASSERT(
dirblock
< dh->dh_nblk &&
545
dh->dh_blkfree[
dirblock
] >= howmany(slotneeded, DIRALIGN));
546
pos =
dirblock
* dirblksiz;
/src/sys/ufs/ufs/
ufs_dirhash.c
514
int
dirblock
, error, freebytes, i;
local in function:ufsdirhash_findfree
529
dirblock
= -1;
531
if ((
dirblock
= dh->dh_firstfree[i]) != -1)
533
if (
dirblock
== -1) {
538
KASSERT(
dirblock
< dh->dh_nblk &&
539
dh->dh_blkfree[
dirblock
] >= howmany(slotneeded, DIRALIGN));
540
pos =
dirblock
* dirblksiz;
Completed in 12 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025