Home
last modified time | relevance | path

Searched defs:znode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/fstat/
H A Dzfs_znode.h64 typedef struct znode { struct
70 uint64_t z_id; /* object ID for this znode */ argument
72 kmutex_t z_lock; /* znode modification lock */ argument
81 uint8_t z_zn_prefetch; /* Prefetch znodes? */ argument
82 uint8_t z_moved; /* Has this znode been moved? */ argument
97 list_node_t z_link_node; /* all znodes in fs link */ argument
103 } znode_t; argument
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_znode.h183 typedef struct znode { struct
189 uint64_t z_id; /* object ID for this znode */ argument
191 kmutex_t z_lock; /* znode modification lock */ argument
200 uint8_t z_zn_prefetch; /* Prefetch znodes? */ argument
201 uint8_t z_moved; /* Has this znode been moved? */ argument
216 list_node_t z_link_node; /* all znodes in fs link */ argument
222 } znode_t; argument
242 * Convert between znode pointers and vnode pointers argument
/netbsd-src/external/mpl/bind/dist/lib/ns/include/ns/
H A Dquery.h171 dns_dbnode_t *znode; /* while searching cache */ global() member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dview.c1014 dns_dbnode_t *node, *znode; in dns_view_find() local
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dview.c1045 dns_dbnode_t *node, *znode; dns_view_find() local