/cts/apps/CtsVerifier/src/com/android/cts/verifier/os/ |
FileUtils.java | 53 private int ino; field in class:FileUtils.FileStatus
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
priv_aspacemgr.h | 119 /*OUT*/ULong* ino, /*OUT*/UInt* mode );
|
aspacemgr-common.c | 283 /*OUT*/ULong* ino, /*OUT*/UInt* mode ) 295 *ino = (ULong)buf64.st_ino; 303 *ino = (ULong)buf.st_ino;
|
/external/e2fsprogs/lib/ext2fs/ |
extent.c | 54 ext2_ino_t ino; member in struct:ext2_extent_handle 180 extern errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino, 183 return ext2fs_extent_open2(fs, ino, NULL, ret_handle); 186 extern errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino, 198 if ((ino == 0) || (ino > fs->super->s_inodes_count)) 210 handle->ino = ino; 217 retval = ext2fs_read_inode(fs, ino, handle->inode); 549 retval = ext2fs_write_inode(handle->fs, handle->ino, [all...] |
block.c | 296 ext2_ino_t ino, 316 ctx.errcode = ext2fs_read_inode(fs, ino, &inode); 371 ctx.errcode = ext2fs_extent_open2(fs, ino, &inode, &handle); 493 retval = ext2fs_write_inode(fs, ino, &inode); 532 ext2_ino_t ino, 546 return ext2fs_block_iterate2(fs, ino, BLOCK_FLAG_NO_LARGE | flags,
|
/external/clang/lib/Lex/ |
PTHLexer.cpp | 623 const ino_t ino; member in class:__anon5778::PTHStatData 630 : hasStat(true), ino(i), dev(d), mode(mo), mtime(m), size(s) {} 633 : hasStat(false), ino(0), dev(0), mode(0), mtime(0), size(0) {} 657 ino_t ino = (ino_t) ReadUnalignedLE32(d); local 661 return data_type(ino, dev, mode, mtime, (off_t) ReadUnalignedLE64(d)); 694 StatBuf.st_ino = Data.ino;
|
/external/kernel-headers/original/linux/ |
ext3_fs.h | 496 static inline int ext3_valid_inum(struct super_block *sb, unsigned long ino) 498 return ino == EXT3_ROOT_INO || 499 ino == EXT3_JOURNAL_INO || 500 ino == EXT3_RESIZE_INO || 501 (ino >= EXT3_FIRST_INO(sb) && 502 ino <= le32_to_cpu(EXT3_SB(sb)->s_es->s_inodes_count));
|
fs.h | [all...] |
/system/core/sdcard/ |
fuse.h | 87 __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
|
/cts/tests/src/android/os/cts/ |
FileUtils.java | 63 public int ino; field in class:FileUtils.FileStatus
|
/external/e2fsprogs/e2fsck/ |
journal.c | 456 pctx->ino = sb->s_journal_inum; 845 pctx.ino = journal->j_failed_commit; 926 ext2_ino_t ino; local 990 strlen(*cpp), 0, &ino); 991 if ((retval == 0) && (ino == sb->s_journal_inum)) 1011 if ((retval = ext2fs_unlink(fs, EXT2_ROOT_INO, *cpp, ino, 0)) != 0) 1020 if ((retval = ext2fs_write_inode(fs, ino, &inode)) != 0) 1023 group = ext2fs_group_of_ino(fs, ino); 1024 ext2fs_unmark_inode_bitmap(fs->inode_map, ino);
|
/external/valgrind/main/include/ |
pub_tool_libcfile.h | 54 ULong ino; member in struct:vg_stat
|
/external/clang/tools/libclang/ |
Indexing.cpp | 91 ino_t ino; 96 PPRegion() : ino(), ModTime(), dev(), Offset() {} 97 PPRegion(dev_t dev, ino_t ino, unsigned offset, time_t modTime) 98 : ino(ino), ModTime(modTime), dev(dev), Offset(offset) {} 100 ino_t getIno() const { return ino; } 108 return lhs.dev == rhs.dev && lhs.ino == rhs.ino && [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fuse.h | 44 __u64 ino; member in struct:fuse_attr 397 __u64 ino; member in struct:fuse_dirent
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 44 __u64 ino; member in struct:fuse_attr 397 __u64 ino; member in struct:fuse_dirent
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 44 __u64 ino; member in struct:fuse_attr 397 __u64 ino; member in struct:fuse_dirent
|
/external/kernel-headers/original/linux/nfsd/ |
xdr.h | 171 int namlen, loff_t offset, ino_t ino, unsigned int);
|
/external/e2fsprogs/misc/ |
dumpe2fs.c | 307 ino_t ino = fs->super->s_journal_inum; local 312 retval = ext2fs_read_inode(fs, ino, &inode); 318 retval = ext2fs_file_open2(fs, ino, &inode, 0, &journal_file);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cpplib.h | 518 #define INO_T_CPP ino_t ino[3] 520 #define INO_T_CPP ino_t ino [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cpplib.h | 518 #define INO_T_CPP ino_t ino[3] 520 #define INO_T_CPP ino_t ino [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cpplib.h | 518 #define INO_T_CPP ino_t ino[3] 520 #define INO_T_CPP ino_t ino [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cpplib.h | 518 #define INO_T_CPP ino_t ino[3] 520 #define INO_T_CPP ino_t ino [all...] |
/system/extras/fatblock/ |
import.c | 127 f->ino = st.st_ino;
|
/external/oprofile/module/ |
oprofile.c | 367 static int oprof_open(struct inode * ino, struct file * file) 394 static int oprof_release(struct inode * ino, struct file * file)
|
/bionic/libc/bionic/ |
fts.c | 794 ino_t ino; local 831 ino = p->fts_ino = sbp->st_ino; 845 if (ino == t->fts_ino && dev == t->fts_dev) {
|