pub fn measure<L>(
locked: &mut Locked<L>,
task: &CurrentTask,
arg: UserAddress,
file: &FileObject,
) -> Result<SyscallResult, Errno>where
L: LockEqualOrBefore<FileOpsCore>,Expand description
ioctl handler for FS_IOC_MEASURE_VERITY.