Searched refs:unsigned_offsets (Results 1 – 2 of 2) sorted by relevance
39 static inline int unsigned_offsets(struct file *file) in unsigned_offsets() function47 if (offset < 0 && !unsigned_offsets(file)) in lseek_execute()212 if (offset >= 0 || unsigned_offsets(file)) { in default_llseek()310 if (!unsigned_offsets(file)) in rw_verify_area()315 if (!unsigned_offsets(file)) in rw_verify_area()
560 static inline int unsigned_offsets(struct file *file) in unsigned_offsets() function579 if (offset < 0 && !unsigned_offsets(file)) in vfs_setpos()