Searched refs:hash_inode (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dinode_hash.c21 #define hash_inode(i) ((i) % HASH_SIZE) macro
37 bucket = ino_dev_hashtable[hash_inode(statbuf->st_ino)];
55 i = hash_inode(statbuf->st_ino);

Completed in 48 milliseconds