• Home
  • Raw
  • Download

Lines Matching full:flushing

1355 		       int flushing, u64 flush_tid, u64 oldest_flush_tid)  in __prep_cap()  argument
1388 arg->follows = flushing ? ci->i_head_snapc->seq : 0; in __prep_cap()
1402 if (flushing & CEPH_CAP_XATTR_EXCL) { in __prep_cap()
1420 arg->dirty = flushing; in __prep_cap()
1459 pr_err("error allocating cap msg: ino (%llx.%llx) flushing %s tid %llu, requeuing cap.\n", in __send_cap()
1789 * Remove cap_flush from the mdsc's or inode's flushing cap list.
1823 * Add dirty inode to the flushing list. Assigned a seq number so we
1835 int flushing; in __mark_caps_flushing() local
1842 flushing = ci->i_dirty_caps; in __mark_caps_flushing()
1843 dout("__mark_caps_flushing flushing %s, flushing_caps %s -> %s\n", in __mark_caps_flushing()
1844 ceph_cap_string(flushing), in __mark_caps_flushing()
1846 ceph_cap_string(ci->i_flushing_caps | flushing)); in __mark_caps_flushing()
1847 ci->i_flushing_caps |= flushing; in __mark_caps_flushing()
1852 cf->caps = flushing; in __mark_caps_flushing()
1933 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local
1998 dout("check_caps %p file_want %s used %s dirty %s flushing %s" in ceph_check_caps()
2076 dout("flushing dirty caps\n"); in ceph_check_caps()
2080 dout("flushing snap caps\n"); in ceph_check_caps()
2137 /* kick flushing and flush snaps before sending normal in ceph_check_caps()
2164 flushing = ci->i_dirty_caps; in ceph_check_caps()
2171 flushing = 0; in ceph_check_caps()
2181 want, retain, flushing, flush_tid, oldest_flush_tid); in ceph_check_caps()
2216 int flushing = 0; in try_flush_caps() local
2248 flushing = ci->i_dirty_caps; in try_flush_caps()
2255 flushing, flush_tid, oldest_flush_tid); in try_flush_caps()
2267 flushing = ci->i_flushing_caps; in try_flush_caps()
2275 return flushing; in try_flush_caps()
2595 * if flushing caps were revoked, we re-send the cap flush in ceph_early_kick_flushing_caps()
2597 * the cap flush message before issuing the flushing caps to in ceph_early_kick_flushing_caps()
2658 dout("%s %p flushing %s\n", __func__, &ci->vfs_inode, in ceph_kick_flushing_inode_caps()
3682 " flushing %s -> %s\n", in handle_cap_flush_ack()
3701 dout(" mds%d still flushing cap on %p\n", in handle_cap_flush_ack()
3709 dout(" inode %p now !flushing\n", inode); in handle_cap_flush_ack()