• 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()
1783 * Remove cap_flush from the mdsc's or inode's flushing cap list.
1817 * Add dirty inode to the flushing list. Assigned a seq number so we
1829 int flushing; in __mark_caps_flushing() local
1836 flushing = ci->i_dirty_caps; in __mark_caps_flushing()
1837 dout("__mark_caps_flushing flushing %s, flushing_caps %s -> %s\n", in __mark_caps_flushing()
1838 ceph_cap_string(flushing), in __mark_caps_flushing()
1840 ceph_cap_string(ci->i_flushing_caps | flushing)); in __mark_caps_flushing()
1841 ci->i_flushing_caps |= flushing; in __mark_caps_flushing()
1846 cf->caps = flushing; in __mark_caps_flushing()
1927 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local
1992 dout("check_caps %p file_want %s used %s dirty %s flushing %s" in ceph_check_caps()
2070 dout("flushing dirty caps\n"); in ceph_check_caps()
2074 dout("flushing snap caps\n"); in ceph_check_caps()
2131 /* kick flushing and flush snaps before sending normal in ceph_check_caps()
2158 flushing = ci->i_dirty_caps; in ceph_check_caps()
2165 flushing = 0; in ceph_check_caps()
2175 want, retain, flushing, flush_tid, oldest_flush_tid); in ceph_check_caps()
2210 int flushing = 0; in try_flush_caps() local
2242 flushing = ci->i_dirty_caps; in try_flush_caps()
2249 flushing, flush_tid, oldest_flush_tid); in try_flush_caps()
2261 flushing = ci->i_flushing_caps; in try_flush_caps()
2269 return flushing; in try_flush_caps()
2514 * if flushing caps were revoked, we re-send the cap flush in ceph_early_kick_flushing_caps()
2516 * the cap flush message before issuing the flushing caps to in ceph_early_kick_flushing_caps()
2577 dout("%s %p flushing %s\n", __func__, &ci->vfs_inode, in ceph_kick_flushing_inode_caps()
3602 " flushing %s -> %s\n", in handle_cap_flush_ack()
3621 dout(" mds%d still flushing cap on %p\n", in handle_cap_flush_ack()
3629 dout(" inode %p now !flushing\n", inode); in handle_cap_flush_ack()