Searched refs:arg (Results 1 – 7 of 7) sorted by relevance
313 unsigned long arg) in tomoyo_file_fcntl() argument315 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl()318 O_WRONLY | (arg & O_APPEND)); in tomoyo_file_fcntl()348 unsigned long arg) in tomoyo_file_ioctl() argument
29 struct tomoyo_path_info arg; in tomoyo_argv() local30 arg.name = arg_ptr; in tomoyo_argv()36 tomoyo_fill_path_info(&arg); in tomoyo_argv()37 result = tomoyo_path_matches_pattern(&arg, argv->value); in tomoyo_argv()
675 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl() argument677 return security_ops->file_ioctl(file, cmd, arg); in security_file_ioctl()703 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() argument705 return security_ops->file_fcntl(file, cmd, arg); in security_file_fcntl()
333 unsigned long arg) in cap_file_ioctl() argument350 unsigned long arg) in cap_file_fcntl() argument
1094 unsigned long arg) in smack_file_ioctl() argument1140 unsigned long arg) in smack_file_fcntl() argument
1808 void *arg) in clone_sid() argument1810 struct sidtab *s = arg; in clone_sid()
3138 unsigned long arg) in selinux_file_ioctl() argument3297 unsigned long arg) in selinux_file_fcntl() argument3309 if ((file->f_flags & O_APPEND) && !(arg & O_APPEND)) { in selinux_file_fcntl()