OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wr_state
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_log.c
491
itx_wr_state_t
wr_state
= write_state;
local
494
if (
wr_state
== WR_COPIED && resid > ZIL_MAX_COPIED_DATA)
495
wr_state
= WR_NEED_COPY;
496
else if (
wr_state
== WR_INDIRECT)
500
(
wr_state
== WR_COPIED ? len : 0));
502
if (
wr_state
== WR_COPIED && dmu_read(zp->z_zfsvfs->z_os,
507
wr_state
= WR_NEED_COPY;
510
itx->itx_wr_state =
wr_state
;
zvol.c
1629
itx_wr_state_t
wr_state
= write_state;
local
1632
if (
wr_state
== WR_COPIED && resid > ZIL_MAX_COPIED_DATA)
1633
wr_state
= WR_NEED_COPY;
1634
else if (
wr_state
== WR_INDIRECT)
1638
(
wr_state
== WR_COPIED ? len : 0));
1640
if (
wr_state
== WR_COPIED && dmu_read(zv->zv_objset,
1645
wr_state
= WR_NEED_COPY;
1648
itx->itx_wr_state =
wr_state
;
Completed in 24 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026