Home
last modified time | relevance | path

Searched refs:bc_ptr (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/cifs/
Dcifspdu.h449 __le16 *bc_ptr = (__le16 *)BCC(hdr); in get_bcc() local
451 return get_unaligned_le16(bc_ptr); in get_bcc()
458 __le16 *bc_ptr = (__le16 *)BCC(hdr); in put_bcc() local
460 put_unaligned_le16(count, bc_ptr); in put_bcc()