Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dndr.c126 static int ndr_read_bytes(struct ndr *n, void *value, size_t sz) in ndr_read_bytes() function
483 ret = ndr_read_bytes(n, acl->hash, XATTR_SD_HASH_SIZE); in ndr_decode_v4_ntacl()
487 ndr_read_bytes(n, acl->desc, 10); in ndr_decode_v4_ntacl()
499 ret = ndr_read_bytes(n, acl->posix_acl_hash, XATTR_SD_HASH_SIZE); in ndr_decode_v4_ntacl()
508 ret = ndr_read_bytes(n, acl->sd_buf, acl->sd_size); in ndr_decode_v4_ntacl()