Lines Matching full:flushing
1393 int flushing, u64 flush_tid, u64 oldest_flush_tid) in __prep_cap() argument
1427 arg->follows = flushing ? ci->i_head_snapc->seq : 0; in __prep_cap()
1440 if (flushing & CEPH_CAP_XATTR_EXCL) { in __prep_cap()
1458 arg->dirty = flushing; in __prep_cap()
1532 " flushing %s tid %llu, requeuing cap.\n", in __send_cap()
1870 * Remove cap_flush from the mdsc's or inode's flushing cap list.
1904 * Add dirty inode to the flushing list. Assigned a seq number so we
1917 int flushing; in __mark_caps_flushing() local
1924 flushing = ci->i_dirty_caps; in __mark_caps_flushing()
1925 doutc(cl, "flushing %s, flushing_caps %s -> %s\n", in __mark_caps_flushing()
1926 ceph_cap_string(flushing), in __mark_caps_flushing()
1928 ceph_cap_string(ci->i_flushing_caps | flushing)); in __mark_caps_flushing()
1929 ci->i_flushing_caps |= flushing; in __mark_caps_flushing()
1934 cf->caps = flushing; in __mark_caps_flushing()
2018 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local
2090 "flushing %s issued %s revoking %s retain %s %s%s%s%s\n", in ceph_check_caps()
2197 doutc(cl, "flushing dirty caps\n"); in ceph_check_caps()
2201 doutc(cl, "flushing snap caps\n"); in ceph_check_caps()
2222 /* kick flushing and flush snaps before sending normal in ceph_check_caps()
2236 flushing = ci->i_dirty_caps; in ceph_check_caps()
2243 flushing = 0; in ceph_check_caps()
2253 want, retain, flushing, flush_tid, oldest_flush_tid); in ceph_check_caps()
2286 int flushing = 0; in try_flush_caps() local
2310 flushing = ci->i_dirty_caps; in try_flush_caps()
2317 flushing, flush_tid, oldest_flush_tid); in try_flush_caps()
2329 flushing = ci->i_flushing_caps; in try_flush_caps()
2334 return flushing; in try_flush_caps()
2673 * if flushing caps were revoked, we re-send the cap flush in ceph_early_kick_flushing_caps()
2675 * the cap flush message before issuing the flushing caps to in ceph_early_kick_flushing_caps()
2741 doutc(mdsc->fsc->client, "%p %llx.%llx flushing %s\n", in ceph_kick_flushing_inode_caps()
3856 doutc(cl, "%p %llx.%llx mds%d seq %d on %s cleaned %s, flushing %s -> %s\n", in handle_cap_flush_ack()
3880 doutc(cl, " mds%d still flushing cap on %p %llx.%llx\n", in handle_cap_flush_ack()
3885 doutc(cl, " %p %llx.%llx now !flushing\n", inode, in handle_cap_flush_ack()
5059 " dropping dirty+flushing %s state for %p %llx.%llx\n", in ceph_purge_inode_cap()