Searched refs:v_data (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Dfdesc.h98 #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data)
H A Ddevfsdefs.h215 #define VTODN(vp) ((devnode_t *)(vp)->v_data)
H A Ddevfs_fdesc_support.c651 FREE(vp->v_data, M_TEMP);
652 vp->v_data = NULL;
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h191 void * v_data; /* private data for fs */ member in struct:vnode
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c646 if ((vp->v_data == NULL) || (vp->v_type == VNON) || (vp->v_mount != mp)) {
2216 vp->v_data = NULL;
4294 if (nodead && (vp->v_lflag & VL_DEAD) && ((vp->v_type == VBAD) || (vp->v_data == 0))) {
4431 if (vp->v_data)
4520 vp->v_data = param->vnfs_fsnode;
4535 vp->v_data = NULL;
4566 vp->v_data = NULL;
4587 vp->v_data = NULL;
4591 vp->v_data = NULL;
4604 vp->v_data
[all...]
H A Dvfs_xattr.c76 ((void*)(VM_KERNEL_ADDRPERM((VP)->v_data))))
H A Dkpi_vfs.c1642 return (vp->v_data);
1648 vp->v_data = NULL;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cprotect.c389 return (struct cnode*) vp->v_data;

Completed in 111 milliseconds