Searched refs:item_ops (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/fs/reiserfs/ |
H A D | Makefile | 10 item_ops.o ioctl.o xattr.o lock.o
|
H A D | item_ops.c | 550 reiserfs_panic(NULL, "item_ops-1", direntry_check_left() 745 struct item_operations *item_ops[TYPE_ANY + 1] = { variable in typeref:struct:item_operations
|
H A D | reiserfs.h | 2644 extern struct item_operations *item_ops[TYPE_ANY + 1]; 2646 #define op_bytes_number(ih,bsize) item_ops[le_ih_k_type (ih)]->bytes_number (ih, bsize) 2647 #define op_is_left_mergeable(key,bsize) item_ops[le_key_k_type (le_key_version (key), key)]->is_left_mergeable (key, bsize) 2648 #define op_print_item(ih,item) item_ops[le_ih_k_type (ih)]->print_item (ih, item) 2649 #define op_check_item(ih,item) item_ops[le_ih_k_type (ih)]->check_item (ih, item) 2650 #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) 2651 #define op_check_left(vi,free,start_skip,end_skip) item_ops[(vi)->vi_index]->check_left (vi, free, start_skip, end_skip) 2652 #define op_check_right(vi,free) item_ops[(vi)->vi_index]->check_right (vi, free) 2653 #define op_part_size(vi,from,to) item_ops[(vi)->vi_index]->part_size (vi, from, to) 2654 #define op_unit_num(vi) item_ops[(vi)->vi_index]->unit_num (vi) 2655 #define op_print_vi(vi) item_ops[(vi)->vi_index]->print_vi (vi)
|
H A D | fix_node.c | 1011 item_ops[cpu_key_k_type(key)]->decrement_key(key); decrement_key()
|
Completed in 143 milliseconds