ioflg             246 kern/vfs_vnops.c     enum uio_seg segflg, int ioflg, struct ucred *cred, size_t *aresid,
ioflg             253 kern/vfs_vnops.c 	if ((ioflg & IO_NODELOCKED) == 0)
ioflg             265 kern/vfs_vnops.c 		error = VOP_READ(vp, &auio, ioflg, cred);
ioflg             267 kern/vfs_vnops.c 		error = VOP_WRITE(vp, &auio, ioflg, cred);
ioflg             274 kern/vfs_vnops.c 	if ((ioflg & IO_NODELOCKED) == 0)