Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dlocks.c2023 error = security_file_lock(filp, arg); in vfs_setlease()
2168 error = security_file_lock(fd_file(f), fl.c.flc_type); in SYSCALL_DEFINE2()
2369 error = security_file_lock(filp, fl->c.flc_type); in do_lock_file_wait()
/linux-6.12.1/include/linux/
Dsecurity.h431 int security_file_lock(struct file *file, unsigned int cmd);
1098 static inline int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock() function
/linux-6.12.1/security/
Dsecurity.c3022 int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock() function