HomeSort by relevance Sort by last modified time
    Searched refs:ino (Results 101 - 125 of 199) sorted by null

1 2 3 45 6 7 8

  /external/u-boot/fs/ubifs/
super.c 58 struct inode *iget_locked(struct super_block *sb, unsigned long ino)
65 inode->i_ino = ino;
92 struct inode *ino; local
110 ino = (struct inode *)malloc_cache_aligned(sizeof(struct ubifs_inode));
111 memcpy(ino, inode, sizeof(struct ubifs_inode));
116 inodes_locked_down[i] = ino;
242 struct ubifs_ino_node *ino; local
282 ino = kmalloc(UBIFS_MAX_INO_NODE_SZ, GFP_NOFS);
283 if (!ino) {
290 err = ubifs_tnc_lookup(c, &key, ino);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
block.c 322 ext2_ino_t ino,
343 ctx.errcode = ext2fs_read_inode(fs, ino, &inode);
406 ctx.errcode = ext2fs_extent_open2(fs, ino, &inode, &handle);
557 retval = ext2fs_write_inode(fs, ino, &inode);
599 ext2_ino_t ino,
615 return ext2fs_block_iterate3(fs, ino, flags, block_buf,
642 ext2_ino_t ino,
656 return ext2fs_block_iterate2(fs, ino, BLOCK_FLAG_NO_LARGE | flags,
link.c 155 ext2_ino_t ino, int flags)
169 ls.inode = ino;
dblist_dir.c 73 ctx->dir = db_info->ino;
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,
364 err = ext2fs_extent_open2(fs, ino, inode, &handle);
384 group = ext2fs_group_of_ino(fs, ino);
  /external/f2fs-tools/fsck/
quotaio.h 107 f2fs_ino_t ino; member in struct:quota_file
215 void quota_add_inode_usage(quota_ctx_t qctx, f2fs_ino_t ino,
node.h 26 return ((node)->footer.nid == (node)->footer.ino);
node.c 75 node_blk->footer.ino = f2fs_inode->footer.ino;
92 update_nat_blkaddr(sbi, le32_to_cpu(f2fs_inode->footer.ino),
  /external/u-boot/include/jffs2/
jffs2.h 130 __u32 ino; /* == zero for unlink */ member in struct:jffs2_raw_dirent
152 __u32 ino; /* Inode number. */ member in struct:jffs2_raw_inode
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 64 public int ino; field in class:FileUtils.FileStatus
  /external/e2fsprogs/contrib/android/
block_list.c 34 static int start_new_file(char *path, ext2_ino_t ino EXT2FS_ATTR((unused)),
  /external/e2fsprogs/misc/
e2initrd_helper.c 80 ext2_ino_t ino; local
87 filename, &ino);
91 retval = ext2fs_read_inode(fs, ino, &inode);
103 retval = ext2fs_file_open(fs, ino, 0, &e2_file);
e2image.c 304 ext2_ino_t ino; member in struct:process_block_struct
318 ext2_ino_t ino, variable
323 if ((ino != stashed_ino) || !stashed_inode)
332 ext2_ino_t ino)
334 if ((ino != stashed_ino) || !stashed_inode)
343 ext2_ino_t ino, variable
346 if ((ino != stashed_ino) || !stashed_inode)
1275 ext2_ino_t ino; local
    [all...]
  /external/perf_data_converter/src/quipper/
dso_android.cc 94 dso.ino == s->st_ino;
  /external/strace/
fetch_struct_stat.c 85 dst->ino = zero_extend_signed_to_ull(buf.st_ino);
fetch_struct_stat64.c 83 dst->ino = zero_extend_signed_to_ull(buf.st_ino);
  /external/u-boot/fs/ext4/
ext4_common.h 50 int ext4fs_read_inode(struct ext2_data *data, int ino,
  /bionic/libc/kernel/uapi/linux/
nilfs2_ondisk.h 135 #define NILFS_ROOT_METADATA_FILE(ino) ((ino) >= NILFS_DAT_INO && (ino) <= NILFS_SUFILE_INO)
  /external/e2fsprogs/e2fsck/
pass4.c 44 pctx.ino = i;
127 pctx.ino = i;
242 pctx.ino = i;
util.c 487 void e2fsck_read_inode(e2fsck_t ctx, unsigned long ino,
492 retval = ext2fs_read_inode(ctx->fs, ino, inode);
495 _("while reading inode %lu in %s"), ino, proc);
500 void e2fsck_read_inode_full(e2fsck_t ctx, unsigned long ino,
506 retval = ext2fs_read_inode_full(ctx->fs, ino, inode, bufsize);
509 _("while reading inode %lu in %s"), ino, proc);
514 void e2fsck_write_inode_full(e2fsck_t ctx, unsigned long ino,
520 retval = ext2fs_write_inode_full(ctx->fs, ino, inode, bufsize);
523 _("while writing inode %lu in %s"), ino, proc);
528 void e2fsck_write_inode(e2fsck_t ctx, unsigned long ino,
    [all...]
  /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/selinux/libselinux/src/
selinux_restorecon.c 410 ino_t ino; /* inode number */ member in struct:file_spec
423 static int filespec_add(ino_t ino, const char *con, const char *file)
436 h = (ino + (ino >> HASH_BITS)) & HASH_MASK;
439 if (ino == fl->ino) {
441 if (ret < 0 || sb.st_ino != ino) {
466 if (ino > fl->ino)
473 fl->ino = ino
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 474 static errcode_t zero_high_bits_in_extents(ext2_filsys fs, ext2_ino_t ino,
485 errcode = ext2fs_extent_open(fs, ino, &handle);
519 ext2_ino_t ino; local
536 retval = ext2fs_get_next_inode_full(scan, &ino, inode, length);
539 if (!ino)
541 if (!ext2fs_test_inode_bitmap2(fs->inode_map, ino))
561 retval = ext2fs_write_inode_full(fs, ino, inode,
567 retval = zero_high_bits_in_extents(fs, ino, inode);
570 } while (ino);
1815 ext2_ino_t ino; member in struct:process_block_struct
2060 ext2_ino_t ino; local
2133 ext2_ino_t ino, new_inode; local
2799 ext2_ino_t ino; local
    [all...]

Completed in 278 milliseconds

1 2 3 45 6 7 8