Searched refs:make_cpu_key (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | tail_conversion.c | 49 make_cpu_key (&end_key, inode, tail_offset, TYPE_INDIRECT, 4); in direct2indirect() 85 make_cpu_key (&end_key, inode, max_reiserfs_offset (inode), TYPE_DIRECT, 4); in direct2indirect()
|
D | dir.c | 57 make_cpu_key (&pos_key, inode, (filp->f_pos) ? (filp->f_pos) : DOT_OFFSET, in reiserfs_readdir()
|
D | inode.c | 77 void make_cpu_key (struct cpu_key * key, const struct inode * inode, loff_t offset, in make_cpu_key() function 241 make_cpu_key (&key, inode, in _get_block_create_0() 592 make_cpu_key (&key, inode, new_offset, in reiserfs_get_block() 810 make_cpu_key (&tmp_key, inode, in reiserfs_get_block() 1113 make_cpu_key (&key, inode, SD_OFFSET, TYPE_STAT_DATA, 3);//key type is unimportant in reiserfs_update_sd() 1907 make_cpu_key(&key, inode, byte_offset, TYPE_ANY, 3) ; in map_block_for_writepage()
|
D | namei.c | 284 make_cpu_key (&key_to_search, dir, in reiserfs_find_entry() 370 make_cpu_key (&entry_key, dir, in reiserfs_add_entry()
|
D | stree.c | 1463 make_cpu_key (&tail_key, inode, inode->i_size + 1, TYPE_DIRECT, 4);// !!!! in indirect_to_direct_roll_back() 1698 make_cpu_key (&s_item_key, p_s_inode, max_reiserfs_offset (p_s_inode), TYPE_DIRECT, 3); in reiserfs_do_truncate()
|
D | super.c | 1018 make_cpu_key (&key, inode, ~0, TYPE_DIRENTRY, 3); in find_hash_out()
|
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs.h | 1884 void make_cpu_key (struct cpu_key * cpu_key, const struct inode * inode, loff_t offset,
|