Home
last modified time | relevance | path

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

/linux/fs/
H A Dread_write.c37 static inline bool unsigned_offsets(struct file *file) in unsigned_offsets() function
58 if (offset < 0 && !unsigned_offsets(file)) in vfs_setpos_cookie()
367 if (offset >= 0 || unsigned_offsets(file)) { in default_llseek()
460 if (!unsigned_offsets(file)) in rw_verify_area()
465 if (!unsigned_offsets(file)) in rw_verify_area()