Lines Matching refs:anode
73 MALLOC_JUSTDEFINE(M_ANODE, "adosfs anode","adosfs anode structures and tables");
263 * get the root anode, if not a valid fs this will fail.
364 * lookup an anode, if not found, create
388 * Initialize this vnode / anode pair.
396 struct anode *ap;
411 memset(ap, 0, sizeof(struct anode));
697 struct anode *ap;
730 struct anode *ap = VTOA(vp);
765 pool_init(&adosfs_node_pool, sizeof(struct anode), 0, 0, 0, "adosndpl",