Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dread_write.c37 static inline bool unsigned_offsets(struct file *file) in unsigned_offsets() function
56 if (offset < 0 && !unsigned_offsets(file)) in vfs_setpos()
272 if (offset >= 0 || unsigned_offsets(file)) { in default_llseek()
364 if (!unsigned_offsets(file)) in rw_verify_area()
369 if (!unsigned_offsets(file)) in rw_verify_area()