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

  /src/sys/ufs/chfs/
ebh.c 59 int peb_free_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2);
745 peb_free_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2) function in typeref:typename:int
759 RB_PROTOTYPE(peb_free_rbtree, chfs_peb, u.rb, peb_free_cmp);
760 RB_GENERATE(peb_free_rbtree, chfs_peb, u.rb, peb_free_cmp);
ebh.c 59 int peb_free_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2);
745 peb_free_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2) function in typeref:typename:int
759 RB_PROTOTYPE(peb_free_rbtree, chfs_peb, u.rb, peb_free_cmp);
760 RB_GENERATE(peb_free_rbtree, chfs_peb, u.rb, peb_free_cmp);
ebh.c 59 int peb_free_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2);
745 peb_free_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2) function in typeref:typename:int
759 RB_PROTOTYPE(peb_free_rbtree, chfs_peb, u.rb, peb_free_cmp);
760 RB_GENERATE(peb_free_rbtree, chfs_peb, u.rb, peb_free_cmp);

Completed in 77 milliseconds