Searched refs:ph (Results 1 – 1 of 1) sorted by relevance
3576 struct ceph_mds_cap_peer *ph, in handle_cap_export() argument3589 if (ph) { in handle_cap_export()3590 t_cap_id = le64_to_cpu(ph->cap_id); in handle_cap_export()3591 t_seq = le32_to_cpu(ph->seq); in handle_cap_export()3592 t_mseq = le32_to_cpu(ph->mseq); in handle_cap_export()3593 target = le32_to_cpu(ph->mds); in handle_cap_export()3713 struct ceph_mds_cap_peer *ph, in handle_cap_import() argument3731 if (ph) { in handle_cap_import()3732 p_cap_id = le64_to_cpu(ph->cap_id); in handle_cap_import()3733 peer = le32_to_cpu(ph->mds); in handle_cap_import()[all …]