Searched refs:fdescnode (Results 1 – 4 of 4) sorted by relevance
88 struct fdescnode { struct89 LIST_ENTRY(fdescnode) fd_hash; /* Hash list */98 #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data) argument
111 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()
91 struct fdescnode;545 int mac_vnode_label_associate_fdesc(struct mount *mp, struct fdescnode *fnp,
366 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()