Searched defs:inum (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dmkdir.c33 errcode_t ext2fs_mkdir(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t inum, argument
38 ext2_ino_t ino = inum;
/external/openssh/
H A Dsftp-glob.c70 static int inum = 1; local
94 ret->d_ino = inum++;
95 if (!inum)
96 inum = 1;
/external/grub/stage2/
H A Dfsys_jfs.c106 di_read (u32 inum, dinode_t *di) argument
114 key = (((inum >> L2INOSPERIAG) << L2INOSPERIAG) + 4096) >> jfs.l2bsize;
115 xd = (inum & (INOSPERIAG - 1)) >> L2INOSPEREXT;
116 ioffset = ((inum & (INOSPERIAG - 1)) & (INOSPEREXT - 1)) << L2DISIZE;
278 u32 inum, parent_inum; local
284 parent_inum = inum = ROOT_I;
287 di_read (inum, inode);
308 inum = (linkbuf[0] == '/') ? ROOT_I : parent_inum;
368 parent_inum = inum;
369 inum
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 192 milliseconds