Searched refs:lookup_bucket (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c944 lookup_bucket(struct access_cache *cache, int *indexp, cnid_t parent_id) function
987 if (lookup_bucket(cache, &lookup_index, nodeID)) {
1129 if (lookup_bucket(cache, &cache_index, thisNodeID)) {
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c188 static int lookup_bucket(struct bucket **buf_ptr, off_t block_num, int num_full);
829 // printf("jnl: lookup_bucket: expanded co_buf to %d elems\n", new_size);
849 lookup_bucket(struct bucket **buf_ptr, off_t block_num, int num_full) function
1069 // on return from lookup_bucket(), blk_index is the index into the table where block_num should be
1071 blk_index = lookup_bucket( buf_ptr, block_num, *num_full_ptr);

Completed in 45 milliseconds