Searched defs:writecopy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c3054 * writecopy writes the incore data blocks out to all of the replicas.
3064 * All nodes can call writecopy, but only the
3078 writecopy( function
3120 * will have the correct data. If writecopy is
3725 if (writecopy(s, li, flag))
3737 if (err = writecopy(s, li, flag))
3852 * out mddb to the replica ondisk. Calls writecopy
3857 * Calls writecopy with MDDB_WRITECOPY_SYNC flag so
8559 err = writecopy(s, li, MDDB_WRITECOPY_ALL);
12104 * Use flag MDDB_WRITECOPY_SYNC so that writecopy
[all...]

Completed in 81 milliseconds