Searched refs:fdescnode (Results 1 – 3 of 3) sorted by relevance
58 struct fdescnode { struct66 #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data) argument
177 struct fdescnode *fd; in fdesc_loadvnode()182 fd = kmem_alloc(sizeof(struct fdescnode), KM_SLEEP); in fdesc_loadvnode()
834 struct fdescnode *fd = VTOFDESC(vp); in fdesc_inactive()853 struct fdescnode *fd = VTOFDESC(vp); in fdesc_reclaim()858 kmem_free(fd, sizeof(struct fdescnode)); in fdesc_reclaim()