OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ofidx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_dirhash.c
940
int block, i, nfidx,
ofidx
;
local
947
ofidx
= BLKFREE2IDX(dh->dh_blkfree[block]);
952
if (
ofidx
!= nfidx) {
954
if (dh->dh_firstfree[
ofidx
] == block) {
956
if (BLKFREE2IDX(dh->dh_blkfree[i]) ==
ofidx
)
958
dh->dh_firstfree[
ofidx
] = (i < dh->dh_dirblks) ? i : -1;
/src/sys/ufs/ufs/
ufs_dirhash.c
930
int block, i, nfidx,
ofidx
;
local
937
ofidx
= BLKFREE2IDX(dh->dh_blkfree[block]);
942
if (
ofidx
!= nfidx) {
944
if (dh->dh_firstfree[
ofidx
] == block) {
946
if (BLKFREE2IDX(dh->dh_blkfree[i]) ==
ofidx
)
948
dh->dh_firstfree[
ofidx
] = (i < dh->dh_dirblks) ? i : -1;
Completed in 15 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026