Searched refs:unsigned_offsets (Results 1 – 3 of 3) sorted by relevance
51 if (offset < 0 && !unsigned_offsets(file)) in vfs_setpos()273 if (offset >= 0 || unsigned_offsets(file)) { in default_llseek()378 if (!unsigned_offsets(file)) in rw_verify_area()383 if (!unsigned_offsets(file)) in rw_verify_area()
3034 static inline bool unsigned_offsets(struct file *file) in unsigned_offsets() function
930 if (offset < 0 && !(unsigned_offsets(file))) { in mem_lseek()