Lines Matching refs:chfs_node_ref
131 /* struct chfs_node_ref - a reference to a node which is on the media */
132 struct chfs_node_ref
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 */
278 struct chfs_node_ref *dnode; /* list of data nodes */
279 struct chfs_node_ref *dirents; /* list of directory entries */
305 struct chfs_node_ref *first_node; /* first node of the block */
306 struct chfs_node_ref *last_node; /* last node of the block */
308 struct chfs_node_ref *gc_node; /* next node from the block
487 struct chfs_node_ref *, struct chfs_node_ref **);
489 struct chfs_node_ref *, struct chfs_node_ref **);
491 struct chfs_node_ref *, struct chfs_node_ref **);
495 struct chfs_node_ref *);
496 struct chfs_node_ref* chfs_nref_next(struct chfs_node_ref *);
498 struct chfs_eraseblock *, struct chfs_node_ref *);
504 void chfs_mark_node_obsolete(struct chfs_mount *, struct chfs_node_ref *);
511 chfs_nref_to_vc(struct chfs_node_ref *nref)
535 struct chfs_node_ref* chfs_alloc_node_ref(
548 struct chfs_node_ref* chfs_alloc_refblock(void);
549 void chfs_free_refblock(struct chfs_node_ref *);
561 struct chfs_node_ref *);
620 int chfs_readdirent(struct mount *, struct chfs_node_ref *,