Home
last modified time | relevance | path

Searched refs:comp_items (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h2235 #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 Dstree.c930 int comp_items(const struct item_head *stored_ih, const struct treepath *path) in comp_items() function