Searched refs:ndr_write_bytes (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/ksmbd/ |
| D | ndr.c | 76 static int ndr_write_bytes(struct ndr *n, void *value, size_t sz) in ndr_write_bytes() function 425 ret = ndr_write_bytes(n, acl->hash, XATTR_SD_HASH_SIZE); in ndr_encode_v4_ntacl() 429 ret = ndr_write_bytes(n, acl->desc, acl->desc_len); in ndr_encode_v4_ntacl() 437 ret = ndr_write_bytes(n, acl->posix_acl_hash, XATTR_SD_HASH_SIZE); in ndr_encode_v4_ntacl() 442 ret = ndr_write_bytes(n, acl->sd_buf, acl->sd_size); in ndr_encode_v4_ntacl()
|