Searched refs:security_file_fcntl (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c248 err = security_file_fcntl(f.file, cmd, arg);
262 err = security_file_fcntl(f.file, cmd, arg);
/linux-master/fs/
H A Dfcntl.c470 err = security_file_fcntl(f.file, cmd, arg);
497 err = security_file_fcntl(f.file, cmd, arg);
634 err = security_file_fcntl(f.file, cmd, arg);
/linux-master/include/linux/
H A Dsecurity.h417 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
1076 static inline int security_file_fcntl(struct file *file, unsigned int cmd, function
/linux-master/security/
H A Dsecurity.c2882 * security_file_fcntl() - Check if fcntl() op is allowed
2895 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) function

Completed in 143 milliseconds