Searched refs:PLAIN_PACK_HDR_OFF (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_plain.c72 #define PLAIN_PACK_HDR_OFF (0) macro
198 phdr = lustre_msg_buf(msg, PLAIN_PACK_HDR_OFF, 0);
229 phdr = lustre_msg_buf(msg, PLAIN_PACK_HDR_OFF, sizeof(*phdr));
546 buflens[PLAIN_PACK_HDR_OFF] = sizeof(struct plain_header);
602 buflens[PLAIN_PACK_HDR_OFF] = sizeof(struct plain_header);
735 phdr = lustre_msg_buf(msg, PLAIN_PACK_HDR_OFF, sizeof(*phdr));
790 buflens[PLAIN_PACK_HDR_OFF] = sizeof(struct plain_header);
852 phdr = lustre_msg_buf(msg, PLAIN_PACK_HDR_OFF, 0);

Completed in 81 milliseconds