OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:db_state
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
dbuf.c
206
if (db->
db_state
!= DB_EVICTING) {
257
if (dbf->
db_state
!= DB_EVICTING) {
291
ASSERT(db->
db_state
== DB_EVICTING);
325
ASSERT3U(db->
db_state
, ==, DB_CACHED);
762
db->
db_state
!= DB_FILL && !dn->dn_free_txg) {
824
if (db->
db_state
!= DB_NOFILL)
825
db->
db_state
= DB_UNCACHED;
907
ASSERT3U(db->
db_state
, ==, DB_READ);
921
db->
db_state
= DB_CACHED;
924
db->
db_state
= DB_CACHED
[
all
...]
dnode_sync.c
214
if (buf != NULL && child->
db_state
!= DB_FILL &&
248
if (db->
db_state
!= DB_CACHED)
408
if (db->
db_state
!= DB_EVICTING &&
412
db_marker.
db_state
= DB_SEARCH;
dnode.c
86
if (d1->
db_state
== DB_SEARCH) {
87
ASSERT3S(d2->
db_state
, !=, DB_SEARCH);
89
} else if (d2->
db_state
== DB_SEARCH) {
90
ASSERT3S(d1->
db_state
, !=, DB_SEARCH);
dmu.c
534
while (db->
db_state
== DB_READ ||
535
db->
db_state
== DB_FILL)
537
if (db->
db_state
== DB_UNCACHED)
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dbuf.h
208
dbuf_states_t
db_state
;
member in struct:dmu_buf_impl
Completed in 55 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026