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

  /src/sys/ufs/chfs/
chfs_readinode.c 323 uint64_t end_ofs = newtd->node->ofs + newtd->node->size; local in function:chfs_add_tmp_dnode_to_tree
344 if (this->tmpnode->node->ofs > end_ofs)
364 tmp_td->node->ofs + tmp_td->node->size <= end_ofs) {
372 while (tmp_td && tmp_td->node->ofs + tmp_td->node->size <= end_ofs) {
396 tmp_td->node->ofs + tmp_td->node->size >= end_ofs) {
458 while (this && this->tmpnode->node->ofs < end_ofs) {
chfs_readinode.c 323 uint64_t end_ofs = newtd->node->ofs + newtd->node->size; local in function:chfs_add_tmp_dnode_to_tree
344 if (this->tmpnode->node->ofs > end_ofs)
364 tmp_td->node->ofs + tmp_td->node->size <= end_ofs) {
372 while (tmp_td && tmp_td->node->ofs + tmp_td->node->size <= end_ofs) {
396 tmp_td->node->ofs + tmp_td->node->size >= end_ofs) {
458 while (this && this->tmpnode->node->ofs < end_ofs) {

Completed in 46 milliseconds