Searched refs:locks_mandatory_area (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | fs.h | 2336 extern int locks_mandatory_area(struct inode *, struct file *, loff_t, loff_t, unsigned char); 2373 return locks_mandatory_area(inode, f, size, inode->i_size - 1, in locks_verify_truncate() 2376 return locks_mandatory_area(inode, f, inode->i_size, size - 1, in locks_verify_truncate() 2388 static inline int locks_mandatory_area(struct inode *inode, struct file *filp, in locks_mandatory_area() function
|
/Linux-v5.4/fs/ |
D | locks.c | 1420 int locks_mandatory_area(struct inode *inode, struct file *filp, loff_t start, in locks_mandatory_area() function 1468 EXPORT_SYMBOL(locks_mandatory_area);
|
D | read_write.c | 392 retval = locks_mandatory_area(inode, file, pos, pos + count - 1, in rw_verify_area() 1767 retval = locks_mandatory_area(inode, file, pos, end, in remap_verify_area()
|