Searched refs:TYPE_ANY (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | item_ops.c | 27 set_cpu_key_k_type(key, TYPE_ANY); in sd_decrement_key() 737 struct item_operations *item_ops[TYPE_ANY + 1] = { 743 &errcatch_ops /* This is to catch errors with invalid type (15th entry for TYPE_ANY) */
|
H A D | reiserfs.h | 1246 #define TYPE_ANY 15 /* FIXME: comment is required */ macro 1265 return (type <= TYPE_MAXTYPE) ? type : TYPE_ANY; in offset_v2_k_type() 1447 return TYPE_ANY; in uniqueness2type() 1463 case TYPE_ANY: in type2uniqueness() 2646 extern struct item_operations *item_ops[TYPE_ANY + 1];
|
H A D | inode.c | 302 (loff_t) block * inode->i_sb->s_blocksize + 1, TYPE_ANY, in _get_block_create_0() 729 make_cpu_key(&key, inode, new_offset, TYPE_ANY, 3 /*key length */ ); in reiserfs_get_block() 2397 make_cpu_key(&key, inode, byte_offset, TYPE_ANY, 3); in map_block_for_writepage()
|
H A D | stree.c | 449 if (le_ih_k_type(ih) == TYPE_ANY) { in is_leaf()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | item_ops.c | 27 set_cpu_key_k_type(key, TYPE_ANY); in sd_decrement_key() 737 struct item_operations *item_ops[TYPE_ANY + 1] = { 743 &errcatch_ops /* This is to catch errors with invalid type (15th entry for TYPE_ANY) */
|
H A D | reiserfs.h | 1243 #define TYPE_ANY 15 /* FIXME: comment is required */ macro 1262 return (type <= TYPE_MAXTYPE) ? type : TYPE_ANY; in offset_v2_k_type() 1444 return TYPE_ANY; in uniqueness2type() 1460 case TYPE_ANY: in type2uniqueness() 2643 extern struct item_operations *item_ops[TYPE_ANY + 1];
|
H A D | inode.c | 302 (loff_t) block * inode->i_sb->s_blocksize + 1, TYPE_ANY, in _get_block_create_0() 721 make_cpu_key(&key, inode, new_offset, TYPE_ANY, 3 /*key length */ ); in reiserfs_get_block() 2385 make_cpu_key(&key, inode, byte_offset, TYPE_ANY, 3); in map_block_for_writepage()
|
H A D | stree.c | 449 if (le_ih_k_type(ih) == TYPE_ANY) { in is_leaf()
|
Completed in 34 milliseconds