Searched defs:znode (Results 1 – 5 of 5) sorted by relevance
64 typedef struct znode { struct70 uint64_t z_id; /* object ID for this znode */ argument72 kmutex_t z_lock; /* znode modification lock */ argument81 uint8_t z_zn_prefetch; /* Prefetch znodes? */ argument82 uint8_t z_moved; /* Has this znode been moved? */ argument97 list_node_t z_link_node; /* all znodes in fs link */ argument103 } znode_t; argument
183 typedef struct znode { struct189 uint64_t z_id; /* object ID for this znode */ argument191 kmutex_t z_lock; /* znode modification lock */ argument200 uint8_t z_zn_prefetch; /* Prefetch znodes? */ argument201 uint8_t z_moved; /* Has this znode been moved? */ argument216 list_node_t z_link_node; /* all znodes in fs link */ argument222 } znode_t; argument242 * Convert between znode pointers and vnode pointers argument
171 dns_dbnode_t *znode; /* while searching cache */ global() member
1014 dns_dbnode_t *node, *znode; in dns_view_find() local
1045 dns_dbnode_t *node, *znode; dns_view_find() local