Searched refs:packet (Results 1 – 9 of 9) sorted by relevance
/fs/cifs/ |
D | smbdirect.c | 257 return (void *)request->packet; in smbd_request_payload() 262 return (void *)response->packet; in smbd_response_payload() 314 struct smbd_negotiate_resp *packet = smbd_response_payload(response); in process_negotiation_response() local 322 if (le16_to_cpu(packet->negotiated_version) != SMBD_V1) { in process_negotiation_response() 324 le16_to_cpu(packet->negotiated_version)); in process_negotiation_response() 327 info->protocol = le16_to_cpu(packet->negotiated_version); in process_negotiation_response() 329 if (packet->credits_requested == 0) { in process_negotiation_response() 333 info->receive_credit_target = le16_to_cpu(packet->credits_requested); in process_negotiation_response() 335 if (packet->credits_granted == 0) { in process_negotiation_response() 339 atomic_set(&info->send_credits, le16_to_cpu(packet->credits_granted)); in process_negotiation_response() [all …]
|
D | smbdirect.h | 240 u8 packet[]; member 258 u8 packet[]; member
|
D | Kconfig | 44 directory leases, safe distributed caching (oplock), optional packet
|
/fs/udf/ |
D | partition.c | 119 uint32_t packet; in udf_get_pblock_spar15() local 124 packet = (block + offset) & ~(sdata->s_packet_len - 1); in udf_get_pblock_spar15() 140 else if (origLoc == packet) in udf_get_pblock_spar15() 144 else if (origLoc > packet) in udf_get_pblock_spar15() 157 uint32_t packet; in udf_relocate_blocks() local 170 packet = (old_block - map->s_partition_root) & in udf_relocate_blocks() 201 cpu_to_le32(packet); in udf_relocate_blocks() 216 } else if (origLoc == packet) { in udf_relocate_blocks() 224 } else if (origLoc > packet) in udf_relocate_blocks() 243 cpu_to_le32(packet); in udf_relocate_blocks()
|
D | Kconfig | 11 written in packet mode, or if you want to use UDF for removable USB
|
/fs/autofs/ |
D | waitq.c | 137 struct autofs_v5_packet *packet = &pkt.v5_pkt.v5_packet; in autofs_notify_daemon() local 140 pktsz = sizeof(*packet); in autofs_notify_daemon() 142 packet->wait_queue_token = wq->wait_queue_token; in autofs_notify_daemon() 143 packet->len = wq->name.len; in autofs_notify_daemon() 144 memcpy(packet->name, wq->name.name, wq->name.len); in autofs_notify_daemon() 145 packet->name[wq->name.len] = '\0'; in autofs_notify_daemon() 146 packet->dev = wq->dev; in autofs_notify_daemon() 147 packet->ino = wq->ino; in autofs_notify_daemon() 148 packet->uid = from_kuid_munged(user_ns, wq->uid); in autofs_notify_daemon() 149 packet->gid = from_kgid_munged(user_ns, wq->gid); in autofs_notify_daemon() [all …]
|
/fs/ocfs2/dlm/ |
D | dlmdomain.c | 773 static void dlm_query_join_packet_to_wire(struct dlm_query_join_packet *packet, in dlm_query_join_packet_to_wire() argument 778 response.packet = *packet; in dlm_query_join_packet_to_wire() 783 struct dlm_query_join_packet *packet) in dlm_query_join_wire_to_packet() argument 788 *packet = response.packet; in dlm_query_join_wire_to_packet() 795 struct dlm_query_join_packet packet = { in dlm_query_join_handler() local 816 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() 820 packet.code = JOIN_OK_NO_MAP; in dlm_query_join_handler() 839 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() 859 packet.code = JOIN_OK_NO_MAP; in dlm_query_join_handler() 862 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() [all …]
|
D | dlmcommon.h | 659 struct dlm_query_join_packet packet; member
|
/fs/ecryptfs/ |
D | keystore.c | 145 char **packet, size_t *packet_len) in write_tag_64_packet() argument 163 *packet = kmalloc(data_len, GFP_KERNEL); in write_tag_64_packet() 164 message = *packet; in write_tag_64_packet() 286 struct ecryptfs_crypt_stat *crypt_stat, char **packet, in write_tag_66_packet() argument 306 *packet = kmalloc(data_len, GFP_KERNEL); in write_tag_66_packet() 307 message = *packet; in write_tag_66_packet()
|