Lines Matching refs:ph
2882 struct ceph_mds_cap_peer *ph, in handle_cap_export() argument
2895 if (ph) { in handle_cap_export()
2896 t_cap_id = le64_to_cpu(ph->cap_id); in handle_cap_export()
2897 t_seq = le32_to_cpu(ph->seq); in handle_cap_export()
2898 t_mseq = le32_to_cpu(ph->mseq); in handle_cap_export()
2899 target = le32_to_cpu(ph->mds); in handle_cap_export()
3001 struct ceph_mds_cap_peer *ph, in handle_cap_import() argument
3019 if (ph) { in handle_cap_import()
3020 p_cap_id = le64_to_cpu(ph->cap_id); in handle_cap_import()
3021 peer = le32_to_cpu(ph->mds); in handle_cap_import()
3056 ocap, peer, ph->flags); in handle_cap_import()
3057 if ((ph->flags & CEPH_CAP_FLAG_AUTH) && in handle_cap_import()
3058 (ocap->seq != le32_to_cpu(ph->seq) || in handle_cap_import()
3059 ocap->mseq != le32_to_cpu(ph->mseq))) { in handle_cap_import()
3064 ocap->mseq, mds, le32_to_cpu(ph->seq), in handle_cap_import()
3065 le32_to_cpu(ph->mseq)); in handle_cap_import()
3067 __ceph_remove_cap(ocap, (ph->flags & CEPH_CAP_FLAG_RELEASE)); in handle_cap_import()