Lines Matching refs:vnode

110 extern int	ffs_rawread(struct vnode *vp, struct uio *uio, int *workdone);
122 static int ffs_extread(struct vnode *vp, struct uio *uio, int ioflag);
123 static int ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag,
228 struct vnode *vp; in ffs_fsync()
262 ffs_syncvnode(struct vnode *vp, int waitfor, int flags) in ffs_syncvnode()
488 struct vnode *vp = ap->a_vp; in ffs_lock()
591 struct vnode *vp; in ffs_unlock_debug()
649 struct vnode *vp; in ffs_read()
840 struct vnode *vp; in ffs_write()
1062 ffs_extread(struct vnode *vp, struct uio *uio, int ioflag) in ffs_extread()
1181 ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *ucred) in ffs_extwrite()
1336 ffs_rdextattr(uint8_t **p, struct vnode *vp, struct thread *td) in ffs_rdextattr()
1394 ffs_lock_ea(struct vnode *vp) in ffs_lock_ea()
1410 ffs_unlock_ea(struct vnode *vp) in ffs_unlock_ea()
1423 ffs_open_ea(struct vnode *vp, struct ucred *cred, struct thread *td) in ffs_open_ea()
1451 ffs_close_ea(struct vnode *vp, int commit, struct ucred *cred, struct thread *td) in ffs_close_ea()
1531 struct vnode *vp; in ffsext_strategy()
1575 struct vnode *vp; in ffs_closeextattr()
1605 struct vnode *vp; in ffs_deleteextattr()
1795 struct vnode *vp; in ffs_setextattr()
1937 ffs_gbp_getblkno(struct vnode *vp, vm_ooffset_t off) in ffs_gbp_getblkno()
1944 ffs_gbp_getblksz(struct vnode *vp, daddr_t lbn, long *sz) in ffs_gbp_getblksz()
1954 struct vnode *vp; in ffs_getpages()
1970 struct vnode *vp; in ffs_getpages_async()
1999 struct vnode *dvp, *vp, *vp1, **vpp; in ffs_vput_pair()