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

  /src/sys/ufs/chfs/
ebh.c 58 int peb_in_use_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2);
739 peb_in_use_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2) function in typeref:typename:int
757 RB_PROTOTYPE(peb_in_use_rbtree, chfs_peb, u.rb, peb_in_use_cmp);
758 RB_GENERATE(peb_in_use_rbtree, chfs_peb, u.rb, peb_in_use_cmp);
ebh.c 58 int peb_in_use_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2);
739 peb_in_use_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2) function in typeref:typename:int
757 RB_PROTOTYPE(peb_in_use_rbtree, chfs_peb, u.rb, peb_in_use_cmp);
758 RB_GENERATE(peb_in_use_rbtree, chfs_peb, u.rb, peb_in_use_cmp);
ebh.c 58 int peb_in_use_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2);
739 peb_in_use_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2) function in typeref:typename:int
757 RB_PROTOTYPE(peb_in_use_rbtree, chfs_peb, u.rb, peb_in_use_cmp);
758 RB_GENERATE(peb_in_use_rbtree, chfs_peb, u.rb, peb_in_use_cmp);

Completed in 63 milliseconds