Lines Matching refs:ph
3190 struct ceph_mds_cap_peer *ph, in handle_cap_export() argument
3203 if (ph) { in handle_cap_export()
3204 t_cap_id = le64_to_cpu(ph->cap_id); in handle_cap_export()
3205 t_seq = le32_to_cpu(ph->seq); in handle_cap_export()
3206 t_mseq = le32_to_cpu(ph->mseq); in handle_cap_export()
3207 target = le32_to_cpu(ph->mds); in handle_cap_export()
3308 struct ceph_mds_cap_peer *ph, in handle_cap_import() argument
3326 if (ph) { in handle_cap_import()
3327 p_cap_id = le64_to_cpu(ph->cap_id); in handle_cap_import()
3328 peer = le32_to_cpu(ph->mds); in handle_cap_import()
3363 ocap, peer, ph->flags); in handle_cap_import()
3364 if ((ph->flags & CEPH_CAP_FLAG_AUTH) && in handle_cap_import()
3365 (ocap->seq != le32_to_cpu(ph->seq) || in handle_cap_import()
3366 ocap->mseq != le32_to_cpu(ph->mseq))) { in handle_cap_import()
3371 ocap->mseq, mds, le32_to_cpu(ph->seq), in handle_cap_import()
3372 le32_to_cpu(ph->mseq)); in handle_cap_import()
3374 __ceph_remove_cap(ocap, (ph->flags & CEPH_CAP_FLAG_RELEASE)); in handle_cap_import()