Searched refs:dbuf (Results 1 – 2 of 2) sorted by relevance
133 struct afs_dir_page *dbuf; in afs_dir_check_page() local139 qty = desc.size / sizeof(dbuf->blocks[0]); in afs_dir_check_page()143 if (page->index == 0 && qty != ntohs(dbuf->blocks[0].pagehdr.npages)) { in afs_dir_check_page()146 ntohs(dbuf->blocks[0].pagehdr.npages)); in afs_dir_check_page()160 dbuf = page_address(page); in afs_dir_check_page()162 if (dbuf->blocks[tmp].pagehdr.magic != AFS_DIR_MAGIC) { in afs_dir_check_page()165 ntohs(dbuf->blocks[tmp].pagehdr.magic)); in afs_dir_check_page()331 struct afs_dir_page *dbuf; in afs_dir_iterate() local361 dbuf = page_address(page); in afs_dir_iterate()365 dblock = &dbuf->blocks[(blkoff % PAGE_SIZE) / in afs_dir_iterate()
183 struct reiserfs_dentry_buf *dbuf = buf; in fill_with_dentries() local185 WARN_ON_ONCE(!mutex_is_locked(&dbuf->xadir->d_inode->i_mutex)); in fill_with_dentries()187 if (dbuf->count == ARRAY_SIZE(dbuf->dentries)) in fill_with_dentries()194 dentry = lookup_one_len(name, dbuf->xadir, namelen); in fill_with_dentries()202 dentry->d_name.name, dbuf->xadir->d_name.name); in fill_with_dentries()207 dbuf->dentries[dbuf->count++] = dentry; in fill_with_dentries()