Searched refs:TYPE_ANY (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ditem_ops.c25 set_cpu_key_k_type(key, TYPE_ANY);
735 struct item_operations *item_ops[TYPE_ANY + 1] = {
741 &errcatch_ops /* This is to catch errors with invalid type (15th entry for TYPE_ANY) */
H A Dfile.c212 make_cpu_key(&key, inode, pos + 1, TYPE_ANY, 3 /*key length */ );
935 make_cpu_key(&key, inode, pos + write_bytes + 1, TYPE_ANY,
1079 TYPE_ANY, 3 /*key length */ );
H A Dinode.c260 (loff_t) block * inode->i_sb->s_blocksize + 1, TYPE_ANY,
641 make_cpu_key(&key, inode, new_offset, TYPE_ANY, 3 /*key length */ );
2187 make_cpu_key(&key, inode, byte_offset, TYPE_ANY, 3);
H A Dstree.c472 if (le_ih_k_type(ih) == TYPE_ANY) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h351 #define TYPE_ANY 15 macro
372 return (type <= TYPE_MAXTYPE) ? type : TYPE_ANY;
543 return TYPE_ANY;
561 case TYPE_ANY:
1464 extern struct item_operations *item_ops[TYPE_ANY + 1];

Completed in 68 milliseconds