OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TX_WRITE
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zil.h
142
#define
TX_WRITE
9 /* File write */
169
((txtype) ==
TX_WRITE
|| \
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zil.c
270
* Read a
TX_WRITE
log data block.
414
if (lrc->lrc_txtype !=
TX_WRITE
)
449
if (claim_txg != 0 && lrc->lrc_txtype ==
TX_WRITE
&&
951
4096, /* non
TX_WRITE
*/
1090
if (lrc->lrc_txtype ==
TX_WRITE
&& itx->itx_wr_state == WR_NEED_COPY)
1126
if (lrc->lrc_txtype ==
TX_WRITE
) {
2086
* If this is a
TX_WRITE
with a blkptr, suck in the data.
2088
if (txtype ==
TX_WRITE
&& reclen == sizeof (lr_write_t)) {
dmu_traverse.c
106
if (lrc->lrc_txtype ==
TX_WRITE
) {
dsl_scan.c
533
if (lrc->lrc_txtype ==
TX_WRITE
) {
zvol.c
556
* Replay a
TX_WRITE
ZIL transaction that didn't get committed
605
* Only
TX_WRITE
and TX_TRUNCATE are needed for zvol.
617
zvol_replay_write, /*
TX_WRITE
*/
1530
* Get data to generate a
TX_WRITE
intent log record.
1594
* zvol_log_write() handles synchronous writes using
TX_WRITE
ZIL transactions.
1638
itx = zil_itx_create(
TX_WRITE
, sizeof (*lr) +
1644
itx = zil_itx_create(
TX_WRITE
, sizeof (*lr));
zfs_vnops.c
1417
zfs_log_write(zilog, tx,
TX_WRITE
, zp, woff, tx_bytes, commit);
1488
* Get data to generate a
TX_WRITE
intent log record.
6282
zfs_log_write(zfsvfs->z_log, tx,
TX_WRITE
, zp, off, len,
/src/external/cddl/osnet/dist/cmd/ztest/
ztest.c
1361
itx = zil_itx_create(
TX_WRITE
,
1368
itx = zil_itx_create(
TX_WRITE
, sizeof (*lr));
1796
ztest_replay_write, /*
TX_WRITE
*/
Completed in 25 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026