/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);
|