HomeSort by: relevance | last modified time | path
    Searched refs:chfs_full_dnode (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_malloc.c 295 struct chfs_full_dnode*
298 struct chfs_full_dnode *ret;
299 ret = kmem_alloc(sizeof(struct chfs_full_dnode), KM_SLEEP);
307 chfs_free_full_dnode(struct chfs_full_dnode *fd)
309 kmem_free(fd,(sizeof(struct chfs_full_dnode)));
chfs.h 204 struct chfs_full_dnode *node; /* associated full dnode */
225 /* struct chfs_full_dnode - full data node */
226 struct chfs_full_dnode { struct
236 struct chfs_full_dnode *node; /* associated full dnode */
550 struct chfs_full_dnode* chfs_alloc_full_dnode(void);
551 void chfs_free_full_dnode(struct chfs_full_dnode *);
567 struct chfs_full_dnode *);
653 struct buf *, struct chfs_full_dnode *);
chfs_gc.c 62 struct chfs_full_dnode *, uint32_t, uint32_t);
852 struct chfs_full_dnode *fn = NULL;
1077 struct chfs_full_dnode *fn, uint32_t orig_start, uint32_t orig_end)
1080 struct chfs_full_dnode *newfn;
chfs_readinode.c 58 struct chfs_node_frag *new_fragment(struct chfs_full_dnode *,
469 new_fragment(struct chfs_full_dnode *fdn, uint32_t ofs, uint32_t size)
740 struct chfs_full_dnode *fd)
chfs_vnops.c 227 struct chfs_full_dnode *fd;
1272 struct chfs_full_dnode *fd;
1558 struct chfs_full_dnode *fd;
chfs_write.c 279 struct buf *bp, struct chfs_full_dnode *fd)

Completed in 18 milliseconds