Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dfile.h94 void foffset_unlock(struct file *fp, off_t val, int flags);
/src/sys/kern/
H A Dvfs_vnops.c877 foffset_unlock(struct file *fp, off_t val, int flags) in foffset_unlock() function
961 foffset_unlock(struct file *fp, off_t val, int flags) in foffset_unlock() function
1047 foffset_unlock(fp, uio->uio_offset, flags); in foffset_unlock_uio()
2937 foffset_unlock(fp, offset, error != 0 ? FOF_NOUPDATE : 0); in vn_seek()
H A Dvfs_syscalls.c4401 foffset_unlock(fp, foffset, 0); in kern_getdirentries()
5216 foffset_unlock(infp, inoff, 0); in kern_copy_file_range()
5220 foffset_unlock(outfp, outoff, 0); in kern_copy_file_range()
H A Duipc_shm.c453 foffset_unlock(fp, offset, error != 0 ? FOF_NOUPDATE : 0); in shm_seek()