Searched refs:comp_items (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | reiserfs.h | 2238 #define item_moved(ih,path) comp_items(ih, path) 2239 #define path_changed(ih,path) comp_items (ih, path) 3001 int comp_items(const struct item_head *stored_ih, const struct treepath *path);
|
H A D | stree.c | 930 int comp_items(const struct item_head *stored_ih, const struct treepath *path) in comp_items() function
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | reiserfs.h | 2235 #define item_moved(ih,path) comp_items(ih, path) 2236 #define path_changed(ih,path) comp_items (ih, path) 2998 int comp_items(const struct item_head *stored_ih, const struct treepath *path);
|
H A D | stree.c | 930 int comp_items(const struct item_head *stored_ih, const struct treepath *path) in comp_items() function
|
Completed in 18 milliseconds