Searched refs:ffs_extwrite (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_vnops.c | 126 static int ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag, 864 return (ffs_extwrite(vp, uio, ioflag, ap->a_cred)); in ffs_write() 1184 ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *ucred) in ffs_extwrite() function 1503 error = ffs_extwrite(vp, &luio, IO_EXT | IO_SYNC, cred); in ffs_close_ea()
|