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