Searched refs:locks_mandatory_area (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | fs.h | 2254 extern int locks_mandatory_area(struct inode *, struct file *, loff_t, loff_t, unsigned char); 2291 return locks_mandatory_area(inode, f, size, inode->i_size - 1, in locks_verify_truncate() 2294 return locks_mandatory_area(inode, f, inode->i_size, size - 1, in locks_verify_truncate() 2306 static inline int locks_mandatory_area(struct inode *inode, struct file *filp, in locks_mandatory_area() function
|
/Linux-v4.19/fs/ |
D | locks.c | 1295 int locks_mandatory_area(struct inode *inode, struct file *filp, loff_t start, in locks_mandatory_area() function 1344 EXPORT_SYMBOL(locks_mandatory_area);
|
D | read_write.c | 386 retval = locks_mandatory_area(inode, file, pos, pos + count - 1, in rw_verify_area() 1703 retval = locks_mandatory_area(inode, file, pos, end, in clone_verify_area()
|