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

  /src/sys/ufs/chfs/
chfs.h 131 /* struct chfs_node_ref - a reference to a node which is on the media */
132 struct chfs_node_ref struct
134 struct chfs_node_ref *nref_next; /* next data node which belongs to the same vnode */
143 #define REFS_BLOCK_LEN (255/sizeof(struct chfs_node_ref))
168 static __inline struct chfs_node_ref *
169 node_next(struct chfs_node_ref *nref)
192 struct chfs_node_ref *nref; /* nref of the dirent */
222 struct chfs_node_ref *latest_ref; /* latest node reference */
227 struct chfs_node_ref *nref; /* nref of the node */
277 struct chfs_node_ref *v; /* list of node informations *
    [all...]
chfs.h 131 /* struct chfs_node_ref - a reference to a node which is on the media */
132 struct chfs_node_ref struct
134 struct chfs_node_ref *nref_next; /* next data node which belongs to the same vnode */
143 #define REFS_BLOCK_LEN (255/sizeof(struct chfs_node_ref))
168 static __inline struct chfs_node_ref *
169 node_next(struct chfs_node_ref *nref)
192 struct chfs_node_ref *nref; /* nref of the dirent */
222 struct chfs_node_ref *latest_ref; /* latest node reference */
227 struct chfs_node_ref *nref; /* nref of the node */
277 struct chfs_node_ref *v; /* list of node informations *
    [all...]

Completed in 24 milliseconds