Lines Matching defs:head
63 struct list_head *head);
369 if (info->head->is_dentry) {
389 if (info->head->is_target) {
726 u32 op = le32_to_cpu(info->head->op);
751 info->head = msg->front.iov_base;
2270 struct ceph_mds_cap_release *head;
2295 head = msg->front.iov_base;
2296 head->num = cpu_to_le32(0);
2297 msg->front.iov_len = sizeof(*head);
2308 head = msg->front.iov_base;
2309 put_unaligned_le32(get_unaligned_le32(&head->num) + 1,
2310 &head->num);
2320 if (le32_to_cpu(head->num) == CEPH_CAPS_PER_RELEASE) {
2913 * requests. While new cephs will decode the head depending the
3436 struct list_head *head)
3441 list_splice_init(head, &tmp_list);
3552 err = le32_to_cpu(req->r_reply_info.head->result);
3628 struct ceph_mds_reply_head *head = msg->front.iov_base;
3636 if (msg->front.iov_len < sizeof(*head)) {
3663 if ((test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags) && !head->safe) ||
3664 (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags) && head->safe)) {
3666 head->safe ? "safe" : "unsafe", tid, mds);
3677 result = le32_to_cpu(head->result);
3679 if (head->safe) {
3715 if ((err >= 0) && rinfo->head->is_target) {
3756 le32_to_cpu(head->op) == CEPH_MDS_OP_RMSNAP,
4223 page = list_first_entry(&recon_state->pagelist->head, struct page, lru);
4670 list_first_entry(&recon_state.pagelist->head,