pub fn enable<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_ENABLE_VERITY.