Searched refs:posix_lock_inode (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | filelock.h | 103 DEFINE_EVENT(filelock_lock, posix_lock_inode,
|
/Linux-v4.19/fs/ |
D | locks.c | 988 static int posix_lock_inode(struct inode *inode, struct file_lock *request, in posix_lock_inode() function 1221 return posix_lock_inode(locks_inode(filp), fl, conflock); in posix_lock_file() 1237 error = posix_lock_inode(inode, fl, NULL); in posix_lock_inode_wait() 1316 error = posix_lock_inode(inode, &fl, NULL); in locks_mandatory_area() 1324 error = posix_lock_inode(inode, &fl, NULL); in locks_mandatory_area()
|