Lines Matching defs:dirty
483 int used, dirty;
496 dirty = __ceph_caps_dirty(ci);
502 * If there is a write in progress, treat that as a dirty Fw,
507 dirty |= CEPH_CAP_FILE_WR;
518 !(dirty & (CEPH_CAP_ANY_EXCL|CEPH_CAP_FILE_WR))) {
519 dout("queue_cap_snap %p nothing dirty|writing\n", inode);
527 * no new snapshot. But when there is dirty pages or on-going
534 if (dirty & (CEPH_CAP_ANY_EXCL|CEPH_CAP_FILE_WR))
546 inode, capsnap, old_snapc, ceph_cap_string(dirty),
555 capsnap->dirty = dirty;
561 if (dirty & CEPH_CAP_XATTR_EXCL) {
573 /* dirty page count moved from _head to this cap_snap;
636 "still has %d dirty pages\n", inode, capsnap,
638 ceph_cap_string(capsnap->dirty), capsnap->size,
646 capsnap->context->seq, ceph_cap_string(capsnap->dirty),