Lines Matching full:flushing
1405 int flushing, u64 flush_tid, u64 oldest_flush_tid) in __prep_cap() argument
1439 arg->follows = flushing ? ci->i_head_snapc->seq : 0; in __prep_cap()
1452 if (flushing & CEPH_CAP_XATTR_EXCL) { in __prep_cap()
1470 arg->dirty = flushing; in __prep_cap()
1544 " flushing %s tid %llu, requeuing cap.\n", in __send_cap()
1882 * Remove cap_flush from the mdsc's or inode's flushing cap list.
1916 * Add dirty inode to the flushing list. Assigned a seq number so we
1929 int flushing; in __mark_caps_flushing() local
1936 flushing = ci->i_dirty_caps; in __mark_caps_flushing()
1937 doutc(cl, "flushing %s, flushing_caps %s -> %s\n", in __mark_caps_flushing()
1938 ceph_cap_string(flushing), in __mark_caps_flushing()
1940 ceph_cap_string(ci->i_flushing_caps | flushing)); in __mark_caps_flushing()
1941 ci->i_flushing_caps |= flushing; in __mark_caps_flushing()
1946 cf->caps = flushing; in __mark_caps_flushing()
2028 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local
2100 "flushing %s issued %s revoking %s retain %s %s%s%s\n", in ceph_check_caps()
2201 doutc(cl, "flushing dirty caps\n"); in ceph_check_caps()
2205 doutc(cl, "flushing snap caps\n"); in ceph_check_caps()
2226 /* kick flushing and flush snaps before sending normal in ceph_check_caps()
2240 flushing = ci->i_dirty_caps; in ceph_check_caps()
2247 flushing = 0; in ceph_check_caps()
2257 want, retain, flushing, flush_tid, oldest_flush_tid); in ceph_check_caps()
2290 int flushing = 0; in try_flush_caps() local
2314 flushing = ci->i_dirty_caps; in try_flush_caps()
2321 flushing, flush_tid, oldest_flush_tid); in try_flush_caps()
2333 flushing = ci->i_flushing_caps; in try_flush_caps()
2338 return flushing; in try_flush_caps()
2677 * if flushing caps were revoked, we re-send the cap flush in ceph_early_kick_flushing_caps()
2679 * the cap flush message before issuing the flushing caps to in ceph_early_kick_flushing_caps()
2745 doutc(mdsc->fsc->client, "%p %llx.%llx flushing %s\n", in ceph_kick_flushing_inode_caps()
3849 doutc(cl, "%p %llx.%llx mds%d seq %d on %s cleaned %s, flushing %s -> %s\n", in handle_cap_flush_ack()
3873 doutc(cl, " mds%d still flushing cap on %p %llx.%llx\n", in handle_cap_flush_ack()
3878 doutc(cl, " %p %llx.%llx now !flushing\n", inode, in handle_cap_flush_ack()
5024 " dropping dirty+flushing %s state for %p %llx.%llx\n", in ceph_purge_inode_cap()