Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h185 typedef struct znode { struct
188 uint64_t z_id; /* object ID for this znode */ argument
189 kmutex_t z_lock; /* znode modification lock */ argument
196 uint8_t z_zn_prefetch; /* Prefetch znodes? */ argument
197 uint8_t z_moved; /* Has this znode been moved? */ argument
214 list_node_t z_link_node; /* all znodes in fs link */ argument
217 } znode_t; argument
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c517 mdb_znode_t znode; in gcore_vnode_size() local