/external/ltp/testcases/kernel/device-drivers/usb/tusb/ |
tusb.c | 86 static int tusb_open(struct inode *ino, struct file *f) 91 static int tusb_close(struct inode *ino, struct file *f) 185 static int tusb_ioctl(struct inode *ino, struct file *f,
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
squashfs2_0.c | 134 struct squashfs_base_inode_header_2 *inodeb, unsigned int ino) 141 i->i_ino = ino; 167 unsigned int ino = SQUASHFS_MK_VFS_INODE(block local 217 if((i = squashfs_new_inode(s, inodeb, ino)) == NULL) 264 if((i = squashfs_new_inode(s, inodeb, ino)) == NULL) 304 if((i = squashfs_new_inode(s, inodeb, ino)) == NULL) 350 if((i = squashfs_new_inode(s, inodeb, ino)) == NULL) 385 if ((i = squashfs_new_inode(s, inodeb, ino)) == NULL) 400 if ((i = squashfs_new_inode(s, inodeb, ino)) == NULL) 710 squashfs_inode_t ino local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
extent.c | 57 ext2_ino_t ino; member in struct:ext2_extent_handle 211 errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino, 214 return ext2fs_extent_open2(fs, ino, NULL, ret_handle); 217 errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino, 229 if ((ino == 0) || (ino > fs->super->s_inodes_count)) 237 handle->ino = ino; 244 retval = ext2fs_read_inode(fs, ino, handle->inode); 490 !ext2fs_extent_block_csum_verify(handle->fs, handle->ino, [all...] |
alloc.c | 63 ext2_ino_t i, ino; local 70 ino = (group * fs->super->s_inodes_per_group) + 1; 71 for (i=0; i < fs->super->s_inodes_per_group; i++, ino++) 72 ext2fs_fast_unmark_inode_bitmap2(map, ino); 347 blk64_t ext2fs_find_inode_goal(ext2_filsys fs, ext2_ino_t ino, 363 err = ext2fs_extent_open2(fs, ino, inode, &handle); 383 group = ext2fs_group_of_ino(fs, ino);
|
/external/valgrind/coregrind/m_aspacemgr/ |
aspacemgr-linux.c | 351 ULong dev, ULong ino, Off64T offset, 453 seg->dev, seg->ino, seg->offset, 500 seg->dev, seg->ino, seg->offset, 623 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1 630 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1 641 s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1 685 && s1->dev == s2->dev && s1->ino == s2->ino 781 ULong dev, ULong ino, Off64T offset, 861 = nsegments[i].dev != 0 || nsegments[i].ino != 0 2155 ULong dev, ino; local 2371 ULong dev, ino; local 2672 ULong dev, ino; local 3376 ULong foffset, dev, ino; local 3822 ULong ino; member in struct:__anon42170 [all...] |
aspacemgr-common.c | 315 /*OUT*/ULong* ino, /*OUT*/UInt* mode ) 328 *ino = (ULong)buf64.st_ino; 336 *ino = (ULong)buf.st_ino; 353 *ino = (ULong)buf64.st_ino;
|
priv_aspacemgr.h | 123 /*OUT*/ULong* ino, /*OUT*/UInt* mode );
|
/external/selinux/libselinux/src/ |
selinux_restorecon.c | 400 ino_t ino; /* inode number */ member in struct:file_spec 413 static int filespec_add(ino_t ino, const char *con, const char *file) 426 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; 429 if (ino == fl->ino) { 431 if (ret < 0 || sb.st_ino != ino) { 456 if (ino > fl->ino) 463 fl->ino = ino [all...] |
/external/iproute2/misc/ |
ss.c | 348 unsigned int ino; member in struct:user_ent 359 static int user_ent_hashfn(unsigned int ino) 361 int val = (ino >> 24) ^ (ino >> 16) ^ (ino >> 8) ^ ino; 366 static void user_ent_add(unsigned int ino, char *process, 379 p->ino = ino; 386 pp = &user_ent_hash[user_ent_hashfn(ino)]; 465 unsigned int ino; local 679 unsigned int ino; member in struct:sockstat 3459 int type, prot, iface, state, rq, uid, ino; local [all...] |
/bionic/libc/kernel/uapi/linux/ |
fuse.h | 26 uint64_t ino; member in struct:fuse_attr 428 uint64_t ino; member in struct:fuse_dirent 444 uint64_t ino; member in struct:fuse_notify_inval_inode_out
|
/external/f2fs-tools/fsck/ |
mkquota.c | 286 void quota_add_inode_usage(quota_ctx_t qctx, f2fs_ino_t ino, 293 UINT_TO_VOIDPTR(ino))) { 297 UINT_TO_VOIDPTR(ino), NULL);
|
f2fs.h | 46 nid_t ino; member in struct:node_info 146 nid_t ino; member in struct:dentry 413 ni->ino = le32_to_cpu(raw_nat->ino);
|
/external/kernel-headers/original/uapi/linux/ |
nilfs2_ondisk.h | 268 #define NILFS_ROOT_METADATA_FILE(ino) \ 269 ((ino) >= NILFS_DAT_INO && (ino) <= NILFS_SUFILE_INO)
|
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
tagp.c | 100 static int tagp_open(struct inode *ino, struct file *f) 105 static int tagp_close(struct inode *ino, struct file *f) 123 static int tagp_ioctl(struct inode *ino, struct file *f,
|
/external/ltp/testcases/kernel/device-drivers/base/tbase/ |
tbase.c | 86 static int tbase_open(struct inode *ino, struct file *f) 91 static int tbase_close(struct inode *ino, struct file *f) 238 static int tbase_ioctl(struct inode *ino, struct file *f,
|
/external/syslinux/core/fs/ |
fs.c | 27 struct inode *alloc_inode(struct fs_info *fs, uint32_t ino, size_t data) 32 inode->ino = ino;
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
fuse.h | 27 uint64_t ino; member in struct:fuse_attr 510 uint64_t ino; member in struct:fuse_dirent 530 uint64_t ino; member in struct:fuse_notify_inval_inode_out
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
fuse.h | 143 uint64_t ino; member in struct:fuse_attr 670 uint64_t ino; member in struct:fuse_dirent 694 uint64_t ino; member in struct:fuse_notify_inval_inode_out
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
fuse.h | 27 uint64_t ino; member in struct:fuse_attr 530 uint64_t ino; member in struct:fuse_dirent 550 uint64_t ino; member in struct:fuse_notify_inval_inode_out
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
fuse.h | 149 uint64_t ino; member in struct:fuse_attr 696 uint64_t ino; member in struct:fuse_dirent 720 uint64_t ino; member in struct:fuse_notify_inval_inode_out
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fuse.h | 93 __u64 ino; member in struct:fuse_attr 585 __u64 ino; member in struct:fuse_dirent 598 __u64 ino; member in struct:fuse_notify_inval_inode_out
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
FileUtils.java | 63 public int ino; field in class:FileUtils.FileStatus
|
/external/e2fsprogs/e2fsck/ |
journal.c | 541 pctx->ino = sb->s_journal_inum; 946 pctx.ino = journal->j_failed_commit; 1031 ext2_ino_t ino; local 1097 strlen(*cpp), 0, &ino); 1098 if ((retval == 0) && (ino == sb->s_journal_inum)) 1118 if ((retval = ext2fs_unlink(fs, EXT2_ROOT_INO, *cpp, ino, 0)) != 0) 1127 if ((retval = ext2fs_write_inode(fs, ino, &inode)) != 0) 1130 group = ext2fs_group_of_ino(fs, ino); 1131 ext2fs_unmark_inode_bitmap2(fs->inode_map, ino);
|
/external/valgrind/include/ |
pub_tool_libcfile.h | 57 ULong ino; member in struct:vg_stat
|
/prebuilts/go/darwin-x86/src/syscall/ |
dirent.go | 74 ino, ok := direntIno(rec) 78 if ino == 0 { // File absent in directory.
|