OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZIO_FLAG_NOPWRITE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zio.h
207
ZIO_FLAG_NOPWRITE
= 1 << 27,
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio.c
1284
zio->io_flags |=
ZIO_FLAG_NOPWRITE
;
2385
zio->io_flags |=
ZIO_FLAG_NOPWRITE
;
3476
(zio->io_flags &
ZIO_FLAG_NOPWRITE
));
3578
ASSERT0(zio->io_flags &
ZIO_FLAG_NOPWRITE
);
3658
if (zio->io_flags &
ZIO_FLAG_NOPWRITE
)
3769
!(zio->io_flags & (ZIO_FLAG_IO_REWRITE |
ZIO_FLAG_NOPWRITE
)))
dmu.c
1678
dr->dt.dl.dr_nopwrite = !!(zio->io_flags &
ZIO_FLAG_NOPWRITE
);
1726
* If we didn't allocate a new block (i.e.
ZIO_FLAG_NOPWRITE
)
1730
if (zio->io_flags &
ZIO_FLAG_NOPWRITE
) {
dbuf.c
3367
if (zio->io_flags & (ZIO_FLAG_IO_REWRITE |
ZIO_FLAG_NOPWRITE
)) {
arc.c
5658
} else if (zio->io_flags &
ZIO_FLAG_NOPWRITE
) {
Completed in 38 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026