OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_SETATTR
Add the VirtioFsFuseSetAttr() function, for sending the FUSE_SETATTR command to the Virtio Filesystem device. Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3097 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20201216211125.19496-45-lersek@redhat.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
dd0911859f
commit
647340b0ce
@@ -308,6 +308,16 @@ VirtioFsFuseGetAttr (
|
||||
OUT VIRTIO_FS_FUSE_ATTRIBUTES_RESPONSE *FuseAttr
|
||||
);
|
||||
|
||||
EFI_STATUS
|
||||
VirtioFsFuseSetAttr (
|
||||
IN OUT VIRTIO_FS *VirtioFs,
|
||||
IN UINT64 NodeId,
|
||||
IN UINT64 *Size OPTIONAL,
|
||||
IN UINT64 *Atime OPTIONAL,
|
||||
IN UINT64 *Mtime OPTIONAL,
|
||||
IN UINT32 *Mode OPTIONAL
|
||||
);
|
||||
|
||||
EFI_STATUS
|
||||
VirtioFsFuseMkDir (
|
||||
IN OUT VIRTIO_FS *VirtioFs,
|
||||
|
Reference in New Issue
Block a user