Home
last modified time | relevance | path

Searched refs:item_ops (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A DMakefile11 item_ops.o ioctl.o xattr.o lock.o
H A Dreiserfs.h2646 extern struct item_operations *item_ops[TYPE_ANY + 1];
2648 #define op_bytes_number(ih,bsize) item_ops[le_ih_k_type (ih)]->bytes_number (ih, bsize)
2649 #define op_is_left_mergeable(key,bsize) item_ops[le_key_k_type (le_key_version (key), key)]->is_left_mergeable (key, bsize)
2650 #define op_print_item(ih,item) item_ops[le_ih_k_type (ih)]->print_item (ih, item)
2651 #define op_check_item(ih,item) item_ops[le_ih_k_type (ih)]->check_item (ih, item)
2652 #define op_create_vi(vn,vi,is_affected,insert_size) item_ops[le_ih_k_type ((vi)->vi_ih)]->create_vi (vn,vi,is_affected,insert_size)
2653 #define op_check_left(vi,free,start_skip,end_skip) item_ops[(vi)->vi_index]->check_left (vi, free, start_skip, end_skip)
2654 #define op_check_right(vi,free) item_ops[(vi)->vi_index]->check_right (vi, free)
2655 #define op_part_size(vi,from,to) item_ops[(vi)->vi_index]->part_size (vi, from, to)
2656 #define op_unit_num(vi) item_ops[(v
[all...]
H A Ditem_ops.c542 reiserfs_panic(NULL, "item_ops-1", in direntry_check_left()
737 struct item_operations *item_ops[TYPE_ANY + 1] = { variable
H A Dfix_node.c1009 item_ops[cpu_key_k_type(key)]->decrement_key(key); in decrement_key()
/kernel/linux/linux-6.6/fs/reiserfs/
H A DMakefile11 item_ops.o ioctl.o xattr.o lock.o
H A Dreiserfs.h2643 extern struct item_operations *item_ops[TYPE_ANY + 1];
2645 #define op_bytes_number(ih,bsize) item_ops[le_ih_k_type (ih)]->bytes_number (ih, bsize)
2646 #define op_is_left_mergeable(key,bsize) item_ops[le_key_k_type (le_key_version (key), key)]->is_left_mergeable (key, bsize)
2647 #define op_print_item(ih,item) item_ops[le_ih_k_type (ih)]->print_item (ih, item)
2648 #define op_check_item(ih,item) item_ops[le_ih_k_type (ih)]->check_item (ih, item)
2649 #define op_create_vi(vn,vi,is_affected,insert_size) item_ops[le_ih_k_type ((vi)->vi_ih)]->create_vi (vn,vi,is_affected,insert_size)
2650 #define op_check_left(vi,free,start_skip,end_skip) item_ops[(vi)->vi_index]->check_left (vi, free, start_skip, end_skip)
2651 #define op_check_right(vi,free) item_ops[(vi)->vi_index]->check_right (vi, free)
2652 #define op_part_size(vi,from,to) item_ops[(vi)->vi_index]->part_size (vi, from, to)
2653 #define op_unit_num(vi) item_ops[(v
[all...]
H A Ditem_ops.c542 reiserfs_panic(NULL, "item_ops-1", in direntry_check_left()
737 struct item_operations *item_ops[TYPE_ANY + 1] = { variable
H A Dfix_node.c1009 item_ops[cpu_key_k_type(key)]->decrement_key(key); in decrement_key()

Completed in 22 milliseconds