Searched refs:nocow (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/bcachefs/
H A Dio_write_types.h31 nocow:1,
87 * Bitmask of devices that have had nocow writes issued to them since
H A Dinode_format.h117 x(nocow, 8)
H A Dchecksum.h132 if (opts.nocow)
H A Dio_write.c394 bool nocow)
425 n->have_ioref = nocow || bch2_dev_get_ioref(ca,
427 n->nocow = nocow;
656 if (wbio->nocow)
1279 /* Unlock before taking nocow locks, doing IO: */
1391 if (unlikely(op->opts.nocow && c->opts.nocow_enabled)) {
391 bch2_submit_wbio_replicas(struct bch_write_bio *wbio, struct bch_fs *c, enum bch_data_type type, const struct bkey_i *k, bool nocow) argument
H A Dtrace.h668 __field(u64, nocow )
685 __entry->nocow = s->skipped_nocow;
689 TP_printk("reserve %s bucket %u:%llu free %llu avail %llu copygc_wait %llu/%lli seen %llu open %llu need_journal_commit %llu nouse %llu nocow %llu nonblocking %u err %s",
701 __entry->nocow,
H A Dio_misc.c38 bool unwritten = opts.nocow &&
56 * Get a disk reservation before (in the nocow case) calling
H A Dopts.h444 x(nocow, u8, \
455 NULL, "Enable nocow mode: enables runtime locking in\n"\
456 "data move path needed if nocow will ever be in use\n")\
H A Dinode.c1013 if (opts->nocow)

Completed in 274 milliseconds