Lines Matching defs:head

61 			    struct list_head *head);
294 if (info->head->is_dentry) {
313 if (info->head->is_target) {
561 u32 op = le32_to_cpu(info->head->op);
584 info->head = msg->front.iov_base;
2121 struct ceph_mds_cap_release *head;
2146 head = msg->front.iov_base;
2147 head->num = cpu_to_le32(0);
2148 msg->front.iov_len = sizeof(*head);
2159 head = msg->front.iov_base;
2160 put_unaligned_le32(get_unaligned_le32(&head->num) + 1,
2161 &head->num);
2171 if (le32_to_cpu(head->num) == CEPH_CAPS_PER_RELEASE) {
2554 struct ceph_mds_request_head *head;
2585 len = sizeof(*head) +
2607 head = msg->front.iov_base;
2608 p = msg->front.iov_base + sizeof(*head);
2611 head->mdsmap_epoch = cpu_to_le32(mdsc->mdsmap->m_epoch);
2612 head->op = cpu_to_le32(req->r_op);
2613 head->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, req->r_uid));
2614 head->caller_gid = cpu_to_le32(from_kgid(&init_user_ns, req->r_gid));
2615 head->ino = cpu_to_le64(req->r_deleg_ino);
2616 head->args = req->r_args;
2650 head->num_releases = cpu_to_le16(releases);
2935 struct list_head *head)
2940 list_splice_init(head, &tmp_list);
3051 err = le32_to_cpu(req->r_reply_info.head->result);
3127 struct ceph_mds_reply_head *head = msg->front.iov_base;
3134 if (msg->front.iov_len < sizeof(*head)) {
3161 if ((test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags) && !head->safe) ||
3162 (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags) && head->safe)) {
3164 head->safe ? "safe" : "unsafe", tid, mds);
3175 result = le32_to_cpu(head->result);
3206 if (head->safe) {
3253 le32_to_cpu(head->op) == CEPH_MDS_OP_RMSNAP,
3657 page = list_first_entry(&recon_state->pagelist->head, struct page, lru);
4100 list_first_entry(&recon_state.pagelist->head,