Lines Matching refs:flushing

1355 		       int flushing, u64 flush_tid, u64 oldest_flush_tid)
1388 arg->follows = flushing ? ci->i_head_snapc->seq : 0;
1402 if (flushing & CEPH_CAP_XATTR_EXCL) {
1420 arg->dirty = flushing;
1459 pr_err("error allocating cap msg: ino (%llx.%llx) flushing %s tid %llu, requeuing cap.\n",
1790 * Remove cap_flush from the mdsc's or inode's flushing cap list.
1824 * Add dirty inode to the flushing list. Assigned a seq number so we
1836 int flushing;
1843 flushing = ci->i_dirty_caps;
1844 dout("__mark_caps_flushing flushing %s, flushing_caps %s -> %s\n",
1845 ceph_cap_string(flushing),
1847 ceph_cap_string(ci->i_flushing_caps | flushing));
1848 ci->i_flushing_caps |= flushing;
1853 cf->caps = flushing;
1934 int issued, implemented, want, retain, revoking, flushing = 0;
1999 dout("check_caps %p file_want %s used %s dirty %s flushing %s"
2077 dout("flushing dirty caps\n");
2081 dout("flushing snap caps\n");
2138 /* kick flushing and flush snaps before sending normal
2165 flushing = ci->i_dirty_caps;
2172 flushing = 0;
2182 want, retain, flushing, flush_tid, oldest_flush_tid);
2217 int flushing = 0;
2249 flushing = ci->i_dirty_caps;
2256 flushing, flush_tid, oldest_flush_tid);
2268 flushing = ci->i_flushing_caps;
2276 return flushing;
2596 * if flushing caps were revoked, we re-send the cap flush
2598 * the cap flush message before issuing the flushing caps to
2659 dout("%s %p flushing %s\n", __func__, &ci->vfs_inode,
3692 " flushing %s -> %s\n",
3711 dout(" mds%d still flushing cap on %p\n",
3719 dout(" inode %p now !flushing\n", inode);