Searched refs:security_file_lock (Results 1 – 2 of 2) sorted by relevance
2062 error = security_file_lock(filp, arg); in vfs_setlease()2229 error = security_file_lock(fd_file(f), fl.c.flc_type); in SYSCALL_DEFINE2()2446 error = security_file_lock(filp, fl->c.flc_type); in do_lock_file_wait()
2548 int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock() function