Searched refs:ndr_write_bytes (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/smb/server/ |
H A D | ndr.c | 76 static int ndr_write_bytes(struct ndr *n, void *value, size_t sz) in ndr_write_bytes() function 429 ret = ndr_write_bytes(n, acl->hash, XATTR_SD_HASH_SIZE); in ndr_encode_v4_ntacl() 433 ret = ndr_write_bytes(n, acl->desc, acl->desc_len); in ndr_encode_v4_ntacl() 441 ret = ndr_write_bytes(n, acl->posix_acl_hash, XATTR_SD_HASH_SIZE); in ndr_encode_v4_ntacl() 446 ret = ndr_write_bytes(n, acl->sd_buf, acl->sd_size); in ndr_encode_v4_ntacl()
|