Searched defs:cap_msg_args (Results 1 – 1 of 1) sorted by relevance
1212 struct cap_msg_args { struct1213 struct ceph_mds_session *session;1214 u64 ino, cid, follows;1215 u64 flush_tid, oldest_flush_tid, size, max_size;1239 static void encode_cap_msg(struct ceph_msg *msg, struct cap_msg_args *arg) in encode_cap_msg() argument