Searched defs:n_pos (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | reiserfs.h | 2050 #define B_N_CHILD(bh, n_pos) ((struct disk_child *)\ argument 2054 #define B_N_CHILD_NUM(bh, n_pos) (dc_block_number(B_N_CHILD(bh, n_pos))) argument 2055 #define PUT_B_N_CHILD_NUM(bh, n_pos, val) \ argument
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | reiserfs.h | 2047 #define B_N_CHILD(bh, n_pos) ((struct disk_child *)\ argument 2051 #define B_N_CHILD_NUM(bh, n_pos) (dc_block_number(B_N_CHILD(bh, n_pos))) argument 2052 #define PUT_B_N_CHILD_NUM(bh, n_pos, val) \ argument
|