Searched refs:STAT_INODE (Results 1 – 3 of 3) sorted by relevance
1102 STAT_INODE(statbuf) = UNCACHED_INODE;1136 if(find_directory_hash(statbuf.st_dev, STAT_INODE(statbuf)))1145 STAT_INODE(statbuf) = UNCACHED_INODE;1152 add_directory_hash(statbuf.st_dev, STAT_INODE(statbuf));1177 add_directory_hash(statbuf.st_dev, STAT_INODE(statbuf));1202 if(find_directory_hash(statbuf.st_dev, STAT_INODE(statbuf))) {1209 (unsigned long long) STAT_INODE(statbuf));1213 add_directory_hash(statbuf.st_dev, STAT_INODE(statbuf));1442 s_entry->inode = STAT_INODE(statbuf);
499 #define STAT_INODE(X) (X.st_ino[0]) macro503 #define STAT_INODE(X) (X.st_ino) macro
1374 add_directory_hash(statbuf.st_dev, STAT_INODE(statbuf)); in FDECL2()