Home
last modified time | relevance | path

Searched refs:TYPE_ANY (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/reiserfs/
Ditem_ops.c25 set_cpu_key_k_type(key, TYPE_ANY); in sd_decrement_key()
749 struct item_operations *item_ops[TYPE_ANY + 1] = {
Dreiserfs.h1045 #define TYPE_ANY 15 // FIXME: comment is required macro
1066 return (type <= TYPE_MAXTYPE) ? type : TYPE_ANY; in offset_v2_k_type()
1235 return TYPE_ANY; in uniqueness2type()
1251 case TYPE_ANY: in type2uniqueness()
2205 extern struct item_operations *item_ops[TYPE_ANY + 1];
Dinode.c274 (loff_t) block * inode->i_sb->s_blocksize + 1, TYPE_ANY, in _get_block_create_0()
665 make_cpu_key(&key, inode, new_offset, TYPE_ANY, 3 /*key length */ ); in reiserfs_get_block()
2222 make_cpu_key(&key, inode, byte_offset, TYPE_ANY, 3); in map_block_for_writepage()
Dstree.c434 if (le_ih_k_type(ih) == TYPE_ANY) { in is_leaf()