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()
697 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl() argument699 return security_ops->file_ioctl(file, cmd, arg); in security_file_ioctl()763 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() argument765 return security_ops->file_fcntl(file, cmd, arg); in security_file_fcntl()
334 unsigned long arg) in cap_file_ioctl() argument351 unsigned long arg) in cap_file_fcntl() argument
1100 unsigned long arg) in smack_file_ioctl() argument1146 unsigned long arg) in smack_file_fcntl() argument
1809 void *arg) in clone_sid() argument1811 struct sidtab *s = arg; in clone_sid()
3154 unsigned long arg) in selinux_file_ioctl() argument3309 unsigned long arg) in selinux_file_fcntl() argument3316 if ((file->f_flags & O_APPEND) && !(arg & O_APPEND)) { in selinux_file_fcntl()