HomeSort by: relevance | last modified time | path
    Searched defs:vn_write (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_vnops.c 113 static int vn_write(file_t *fp, off_t *offset, struct uio *uio,
131 .fo_write = vn_write,
686 vn_write(file_t *fp, off_t *offset, struct uio *uio, kauth_cred_t cred, function in typeref:typename:int
vfs_vnops.c 113 static int vn_write(file_t *fp, off_t *offset, struct uio *uio,
131 .fo_write = vn_write,
686 vn_write(file_t *fp, off_t *offset, struct uio *uio, kauth_cred_t cred, function in typeref:typename:int

Completed in 23 milliseconds