Searched refs:TDP_COWINPROGRESS (Results 1 – 2 of 2) sorted by relevance
495 #define TDP_COWINPROGRESS 0x00000010 /* Snapshot copy-on-write in progress. */ macro
2400 if ((td->td_pflags & (TDP_COWINPROGRESS|TDP_INBDFLUSH)) == 0) { in bdwrite()