Searched refs:hash_inode (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinode_hash.c34 #define hash_inode(i) ((i) % HASH_SIZE) macro
50 bucket = ino_dev_hashtable[hash_inode(statbuf->st_ino)];
70 i = hash_inode(statbuf->st_ino);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Ddu.c64 #define hash_inode(i) ((i) % HASH_SIZE) macro
87 bucket = ino_dev_hashtable[hash_inode(statbuf->st_ino)];
107 i = hash_inode(statbuf->st_ino);
H A Dutility.c235 #define hash_inode(i) ((i) % HASH_SIZE) macro
251 bucket = ino_dev_hashtable[hash_inode(statbuf->st_ino)];
271 i = hash_inode(statbuf->st_ino);

Completed in 80 milliseconds