Home
last modified time | relevance | path

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

/fs/cifs/
Dcifspdu.h445 __le16 *bc_ptr = (__le16 *)BCC(hdr); in get_bcc() local
447 return get_unaligned_le16(bc_ptr); in get_bcc()
454 __le16 *bc_ptr = (__le16 *)BCC(hdr); in put_bcc() local
456 put_unaligned_le16(count, bc_ptr); in put_bcc()