Lines Matching defs:arg
433 init_debug("boot arg lsm=%s\n", chosen_lsm_order ? : " *unspecified*");
2636 * @arg: ioctl arguments
2638 * Check permission for an ioctl operation on @file. Note that @arg sometimes
2640 * value. When @arg represents a user space pointer, it should never be used
2645 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
2647 return call_int_hook(file_ioctl, 0, file, cmd, arg);
2655 * @arg: ioctl arguments
2663 unsigned long arg)
2665 return call_int_hook(file_ioctl_compat, 0, file, cmd, arg);
2778 * @arg: command argument
2781 * being performed on the file @file. Note that @arg sometimes represents a
2783 * @arg represents a user space pointer, it should never be used by the
2788 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg)
2790 return call_int_hook(file_fcntl, 0, file, cmd, arg);