Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvnode.h768 int vn_writechk(struct vnode *vp);
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c2033 if ((accmode & VWRITE) == 0 || (error = vn_writechk(vp)) == 0) in vn_access()
3411 else if ((error = vn_writechk(vp)) == 0 && in kern_truncate()
H A Dvfs_vnops.c447 vn_writechk(struct vnode *vp) in vn_writechk() function