Home
last modified time | relevance | path

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

/fs/
Dread_write.c39 static inline int unsigned_offsets(struct file *file) in unsigned_offsets() function
47 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()
/fs/ext4/
Dfile.c560 static inline int unsigned_offsets(struct file *file) in unsigned_offsets() function
579 if (offset < 0 && !unsigned_offsets(file)) in vfs_setpos()