Searched refs:ino_dev_hashtable (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dinode_hash.c24 static ino_dev_hashtable_bucket_t **ino_dev_hashtable; variable
28 * ino_dev_hashtable, else return NULL
34 if (!ino_dev_hashtable)
37 bucket = ino_dev_hashtable[hash_inode(statbuf->st_ino)];
63 if (!ino_dev_hashtable)
64 ino_dev_hashtable = xzalloc(HASH_SIZE * sizeof(*ino_dev_hashtable));
66 bucket->next = ino_dev_hashtable[i];
67 ino_dev_hashtable[i] = bucket;
77 for (i = 0; ino_dev_hashtable
[all...]

Completed in 67 milliseconds