Searched refs:vnp (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c282 struct vnode *vnp; local
289 vnp = pvd->pvd_vnode;
290 vhold(vnp);
292 VOP_LOCK(vnp, LK_EXCLUSIVE);
293 vgone(vnp);
294 VOP_UNLOCK(vnp, 0);
296 vdrop(vnp);
/freebsd-11-stable/sys/vm/
H A Dvnode_pager.c240 object->un_pager.vnp.vnp_size = size;
241 object->un_pager.vnp.writemappings = 0;
296 if (object->un_pager.vnp.writemappings > 0) {
297 object->un_pager.vnp.writemappings = 0;
333 if (IDX_TO_OFF(pindex) >= object->un_pager.vnp.vnp_size)
412 if (nsize == object->un_pager.vnp.vnp_size) {
420 if (nsize < object->un_pager.vnp.vnp_size) {
471 object->un_pager.vnp.vnp_size = nsize;
547 if (address >= object->un_pager.vnp.vnp_size) {
624 if (IDX_TO_OFF(m->pindex) >= object->un_pager.vnp
[all...]
H A Dvm_object.h126 } vnp; member in union:vm_object::__anon8568
H A Dvm_page.c3652 size >= object->un_pager.vnp.vnp_size)
H A Dvm_map.c1637 * mappings in object->un_pager.vnp.writemappings,
1755 * The object->un_pager.vnp.writemappings for the
3307 * decrement object->un_pager.vnp.writecount
3489 KASSERT(object->un_pager.vnp.writemappings > 0,
3490 ("vmspace_fork: vnp.writecount %p",
/freebsd-11-stable/sys/security/audit/
H A Daudit_arg.c767 audit_arg_vnode(struct vnode *vp, struct vnode_au_info *vnp) argument
780 vnp->vn_mode = vattr.va_mode;
781 vnp->vn_uid = vattr.va_uid;
782 vnp->vn_gid = vattr.va_gid;
783 vnp->vn_dev = vattr.va_rdev;
784 vnp->vn_fsid = vattr.va_fsid;
785 vnp->vn_fileid = vattr.va_fileid;
786 vnp->vn_gen = vattr.va_gen;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c1087 dt_node_t *vnp; local
1128 * the value node pointer (vnp) to a fake node based on the
1129 * aggregating function result type. Otherwise assign vnp to
1140 vnp = &aggnode;
1149 vnp = dnp;
1163 if (dt_node_type_size(vnp) == sizeof (uint64_t))
1166 if (dt_node_type_size(vnp) == sizeof (long double))
1178 if (pfc->pfc_check(pfv, pfd, vnp) == 0) {
1184 dt_node_type_name(vnp, n, sizeof (n)));
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c4818 if (la >= object->un_pager.vnp.vnp_size)
4827 lpart = la > object->un_pager.vnp.vnp_size;
4840 if (la + IDX_TO_OFF(pgsin_a) >= object->un_pager.vnp.vnp_size)
4841 pgsin_a = OFF_TO_IDX(roundup2(object->un_pager.vnp.vnp_size,
4875 poffe = MIN(poff + PAGE_SIZE, object->un_pager.vnp.vnp_size);
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c1252 static void ncr_intr(void *vnp);
3795 ncr_intr(vnp)
3796 void *vnp;
3798 ncb_p np = vnp;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c4573 obj_size = object->un_pager.vnp.vnp_size;
4677 if (len + off > object->un_pager.vnp.vnp_size) {
4678 if (object->un_pager.vnp.vnp_size > off) {
4681 len = object->un_pager.vnp.vnp_size - off;
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_vnops.c1935 fsize = vp->v_object->un_pager.vnp.vnp_size;

Completed in 158 milliseconds