Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 7 of 7) sorted by relevance

/security/tomoyo/
Dtomoyo.c313 unsigned long arg) in tomoyo_file_fcntl() argument
315 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
Dcondition.c29 struct tomoyo_path_info arg; in tomoyo_argv() local
30 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()
/security/
Dsecurity.c697 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl() argument
699 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() argument
765 return security_ops->file_fcntl(file, cmd, arg); in security_file_fcntl()
Dcapability.c334 unsigned long arg) in cap_file_ioctl() argument
351 unsigned long arg) in cap_file_fcntl() argument
/security/smack/
Dsmack_lsm.c1100 unsigned long arg) in smack_file_ioctl() argument
1146 unsigned long arg) in smack_file_fcntl() argument
/security/selinux/ss/
Dservices.c1809 void *arg) in clone_sid() argument
1811 struct sidtab *s = arg; in clone_sid()
/security/selinux/
Dhooks.c3154 unsigned long arg) in selinux_file_ioctl() argument
3309 unsigned long arg) in selinux_file_fcntl() argument
3316 if ((file->f_flags & O_APPEND) && !(arg & O_APPEND)) { in selinux_file_fcntl()