Searched refs:Stat_buf_2 (Results 1 – 1 of 1) sorted by relevance
36 #define SAME_INODE(Stat_buf_1, Stat_buf_2) \ argument37 ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \38 && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev)