Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_vnops.c123 static int ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag,
859 return (ffs_extwrite(vp, uio, ioflag, ap->a_cred)); in ffs_write()
1179 ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *ucred) in ffs_extwrite() function
1497 error = ffs_extwrite(vp, &luio, IO_EXT | IO_SYNC, cred); in ffs_close_ea()