Home
last modified time | relevance | path

Searched refs:security_file_lock (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dsecurity.h327 int security_file_lock(struct file *file, unsigned int cmd);
855 static inline int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock() function
/Linux-v4.19/fs/
Dlocks.c1829 error = security_file_lock(filp, arg); in generic_setlease()
2013 error = security_file_lock(f.file, lock->fl_type); in SYSCALL_DEFINE2()
2205 error = security_file_lock(filp, fl->fl_type); in do_lock_file_wait()
/Linux-v4.19/security/
Dsecurity.c952 int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock() function