Home
last modified time | relevance | path

Searched refs:fdescnode (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/miscfs/devfs/
H A Dfdesc.h88 struct fdescnode { struct
89 LIST_ENTRY(fdescnode) fd_hash; /* Hash list */
98 #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data) argument
H A Ddevfs_fdesc_support.c111 LIST_HEAD(fdhashhead, fdescnode) * fdhashtbl;
206 struct fdescnode *fd; in fdesc_allocvp()
247 fd = kalloc_type(struct fdescnode, Z_WAITOK); in fdesc_allocvp()
265 kfree_type(struct fdescnode, fd); in fdesc_allocvp()
675 struct fdescnode *fd = VTOFDESC(vp); in fdesc_reclaim()
680 kfree_type(struct fdescnode, vp->v_data); in fdesc_reclaim()
/xnu-11215/security/
H A Dmac_framework.h91 struct fdescnode;
545 int mac_vnode_label_associate_fdesc(struct mount *mp, struct fdescnode *fnp,
H A Dmac_vfs.c366 struct fdescnode *fnp; in mac_vnode_label_associate()
2644 mac_vnode_label_associate_fdesc(struct mount *mp, struct fdescnode *fnp, in mac_vnode_label_associate_fdesc()