Lines Matching refs:tid
1023 msg->hdr.tid = cpu_to_le64(flush_tid); in send_cap_msg()
1422 if (cf->tid < other->tid) in __add_cap_flushing_to_inode()
1424 else if (cf->tid > other->tid) in __add_cap_flushing_to_inode()
1445 if (cf->tid < other->tid) in __add_cap_flushing_to_mdsc()
1447 else if (cf->tid > other->tid) in __add_cap_flushing_to_mdsc()
1474 return cf->tid; in __get_oldest_flush_tid()
1513 cf->tid = ++mdsc->last_cap_flush_tid; in __mark_caps_flushing()
1520 dout(" inode %p now flushing tid %llu\n", inode, cf->tid); in __mark_caps_flushing()
1524 inode, cf->tid); in __mark_caps_flushing()
1530 *flush_tid = cf->tid; in __mark_caps_flushing()
1891 flush_tid = cf->tid; in try_flush_caps()
1918 if (cf->tid <= flush_tid) in caps_are_flushed()
2147 if (cf->tid >= first_tid) in __kick_flushing_caps()
2157 first_tid = cf->tid + 1; in __kick_flushing_caps()
2160 cap, cf->tid, ceph_cap_string(cf->caps)); in __kick_flushing_caps()
2165 cf->caps, cf->tid, oldest_flush_tid); in __kick_flushing_caps()
3022 if (cf->tid == flush_tid) in handle_cap_flush_ack()
3024 if (cf->tid <= flush_tid) { in handle_cap_flush_ack()
3053 if (!cf || cf->tid > flush_tid) in handle_cap_flush_ack()
3408 u64 tid; in ceph_handle_caps() local
3420 tid = le64_to_cpu(msg->hdr.tid); in ceph_handle_caps()
3499 handle_cap_flushsnap_ack(inode, tid, h, session); in ceph_handle_caps()
3549 handle_cap_flush_ack(inode, tid, h, session, cap); in ceph_handle_caps()