Lines Matching refs:flushing
1369 int flushing, u64 flush_tid, u64 oldest_flush_tid)
1402 arg->follows = flushing ? ci->i_head_snapc->seq : 0;
1415 if (flushing & CEPH_CAP_XATTR_EXCL) {
1433 arg->dirty = flushing;
1504 pr_err("error allocating cap msg: ino (%llx.%llx) flushing %s tid %llu, requeuing cap.\n",
1834 * Remove cap_flush from the mdsc's or inode's flushing cap list.
1868 * Add dirty inode to the flushing list. Assigned a seq number so we
1880 int flushing;
1887 flushing = ci->i_dirty_caps;
1888 dout("__mark_caps_flushing flushing %s, flushing_caps %s -> %s\n",
1889 ceph_cap_string(flushing),
1891 ceph_cap_string(ci->i_flushing_caps | flushing));
1892 ci->i_flushing_caps |= flushing;
1897 cf->caps = flushing;
1976 int issued, implemented, want, retain, revoking, flushing = 0;
2047 dout("check_caps %llx.%llx file_want %s used %s dirty %s flushing %s"
2125 dout("flushing dirty caps\n");
2129 dout("flushing snap caps\n");
2174 /* kick flushing and flush snaps before sending normal
2188 flushing = ci->i_dirty_caps;
2195 flushing = 0;
2205 want, retain, flushing, flush_tid, oldest_flush_tid);
2238 int flushing = 0;
2262 flushing = ci->i_dirty_caps;
2269 flushing, flush_tid, oldest_flush_tid);
2281 flushing = ci->i_flushing_caps;
2286 return flushing;
2614 * if flushing caps were revoked, we re-send the cap flush
2616 * the cap flush message before issuing the flushing caps to
2677 dout("%s %p flushing %s\n", __func__, &ci->netfs.inode,
3769 " flushing %s -> %s\n",
3788 dout(" mds%d still flushing cap on %p\n",
3796 dout(" inode %p now !flushing\n", inode);
4903 " dropping dirty+flushing %s state for %p %lld\n",