HomeSort by: relevance | last modified time | path
    Searched defs:znode (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/fstat/
zfs_znode.h 64 typedef struct znode { struct
70 uint64_t z_id; /* object ID for this znode */
72 kmutex_t z_lock; /* znode modification lock */
82 uint8_t z_moved; /* Has this znode been moved? */
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_znode.h 170 * Each directory znode has a mutex and a list of locked names.
179 struct znode *dl_dzp; /* directory znode */
183 typedef struct znode { struct
189 uint64_t z_id; /* object ID for this znode */
191 kmutex_t z_lock; /* znode modification lock */
201 uint8_t z_moved; /* Has this znode been moved? */
242 * Convert between znode pointers and vnode pointers
279 /* Verifies the znode is valid */
  /src/external/mpl/bind/dist/lib/dns/
view.c 825 dns_dbnode_t *node = NULL, *znode = NULL; local
936 dns_db_attachnode(db, znode, &node);
1008 if (znode != NULL) {
1009 dns_db_detachnode(zdb, &znode);
  /src/external/mpl/bind/dist/lib/ns/include/ns/
query.h 224 dns_dbnode_t *znode; /* while searching cache */ member in struct:query_ctx
  /src/external/mpl/dhcp/bind/dist/lib/dns/
view.c 1014 dns_dbnode_t *node, *znode; local
1036 znode = NULL;
1129 dns_db_attachnode(db, znode, &node);
1153 dns_db_attachnode(zdb, node, &znode);
1215 if (znode != NULL) {
1216 dns_db_detachnode(zdb, &znode);

Completed in 20 milliseconds