fdescnode
#define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data)
struct fdescnode *fd;
fd = kmem_alloc(sizeof(struct fdescnode), KM_SLEEP);
struct fdescnode *fd = VTOFDESC(vp);
struct fdescnode *fd = VTOFDESC(vp);
kmem_free(fd, sizeof(struct fdescnode));