Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifspdu.h454 __le16 *bc_ptr = (__le16 *)BCC(hdr); in get_bcc() local
456 return get_unaligned_le16(bc_ptr); in get_bcc()
463 __le16 *bc_ptr = (__le16 *)BCC(hdr); in put_bcc() local
465 put_unaligned_le16(count, bc_ptr); in put_bcc()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifspdu.h426 __le16 *bc_ptr = (__le16 *)BCC(hdr); in get_bcc() local
428 return get_unaligned_le16(bc_ptr); in get_bcc()
435 __le16 *bc_ptr = (__le16 *)BCC(hdr); in put_bcc() local
437 put_unaligned_le16(count, bc_ptr); in put_bcc()

Completed in 15 milliseconds