Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dsend.c186 void *verity_descriptor; member
5205 if (!sctx->verity_descriptor) { in process_verity()
5206 sctx->verity_descriptor = kvmalloc(FS_VERITY_MAX_DESCRIPTOR_SIZE, in process_verity()
5208 if (!sctx->verity_descriptor) { in process_verity()
5214 ret = btrfs_get_verity_descriptor(&inode->vfs_inode, sctx->verity_descriptor, ret); in process_verity()
5224 ret = send_verity(sctx, p, sctx->verity_descriptor); in process_verity()
8402 kvfree(sctx->verity_descriptor); in btrfs_ioctl_send()