Searched defs:cap_msg_args (Results 1 – 1 of 1) sorted by relevance
1201 struct cap_msg_args { struct1202 struct ceph_mds_session *session;1203 u64 ino, cid, follows;1204 u64 flush_tid, oldest_flush_tid, size, max_size;1228 static void encode_cap_msg(struct ceph_msg *msg, struct cap_msg_args *arg) in encode_cap_msg() argument