Searched defs:ino (Results 1 - 3 of 3) sorted by relevance

/system/extras/fatblock/
H A Dfatblock.h50 ino_t ino; member in struct:file
/system/core/toolbox/
H A Ddu.c241 linkchk(dev_t dev, ino_t ino) argument
245 ino_t ino; member in struct:entry
260 if (dev == 0 && ino == 0) {
287 if (ohtable[i].ino || ohtable[i].dev)
288 linkchk(ohtable[i].dev, ohtable[i].ino);
296 tmp |= ino;
302 while (htable[h].ino || htable[h].dev) {
303 if ((htable[h].ino == ino) && (htable[h].dev == dev))
310 htable[h].ino
[all...]
/system/core/sdcard/
H A Dfuse.h87 __u64 ino; member in struct:fuse_attr
554 __u64 ino; member in struct:fuse_dirent
567 __u64 ino; member in struct:fuse_notify_inval_inode_out

Completed in 19 milliseconds