HomeSort by relevance Sort by last modified time
    Searched defs:inode (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/grub/stage2/
fsys_jfs.c 52 #define inode ((dinode_t *)((char *)FSYS_BUF + 8192 + sizeof(dinode_t))) macro
53 #define dtroot ((dtroot_t *)(&inode->di_btroot))
164 dtr = (dtroot_t *)&inode->di_btroot;
168 de_always[0].inumber = inode->di_parent;
169 de_always[1].inumber = inode->di_number;
238 xad = first_extent (inode);
287 di_read (inum, inode);
288 di_size = inode->di_size;
289 di_mode = inode->di_mode;
297 grub_memmove (linkbuf, inode->di_fastsymlink, di_size)
    [all...]
fsys_minix.c 79 #define INODE_VERSION(inode) inode->i_sb->u.minix_sb.s_version
81 #define INODE_VERSION(inode) (SUPERBLOCK->s_version)
84 * This is the original minix inode layout on disk.
98 * The new minix inode has all the time entries, as well as
101 * now 16-bit. The inode is now 64 bytes instead of 32.
132 __u16 inode; member in struct:minix_dir_entry
140 #define INODE \
143 ((int)((int)INODE + sizeof(struct minix_inode)))
200 a physical block (the location in the file system) via an inode. *
    [all...]
fsys_xfs.c 65 #define inode ((xfs_dinode_t *)((char *)FSYS_BUF + 8192)) macro
66 #define icore (inode->di_core)
216 devread (daddr, offset*xfs.isize, xfs.isize, (char *)inode);
219 (inode->di_u.di_c + sizeof(xfs_bmdr_block_t)
233 xfs.xt = inode->di_u.di_bmx;
322 ? le64(*(xfs_ino_t *)(&inode->di_u.di_dir2sf.hdr.parent))
323 : le32(*(xfs_uint32_t *)(&inode->di_u.di_dir2sf.hdr.parent));
364 (inode->di_u.di_c
416 xfs.dirmax = inode->di_u.di_dir2sf.hdr.count;
417 xfs.i8param = inode->di_u.di_dir2sf.hdr.i8count ? 0 : 4
    [all...]
  /external/kernel-headers/original/linux/
inotify.h 2 * Inode based directory notification for Linux
72 * struct inotify_watch - represents a watch request on a specific inode
75 * i_list, mask are protected by inode->inotify_mutex of the associated inode.
76 * ih, inode, and wd are never written to once the watch is created.
84 struct list_head i_list; /* entry in inode's list */
87 struct inode *inode; /* associated inode */ member in struct:inotify_watch
94 const char *, struct inode *);
    [all...]
  /external/ppp/pppd/
tdb.h 113 ino_t inode; /* uniquely identifies this tdb */ member in struct:tdb_context
  /external/e2fsprogs/debugfs/
logdump.c 163 printf("Inode %u is at group %u, block %u, offset %u\n",
267 fprintf(stderr, "%s: Usage: logdump [-ac] [-b<block>] [-i<inode>]\n\t"
594 * If the block is an inode block for the inode being searched
595 * for, then we need to dump the contents of that inode
626 struct ext2_inode *inode; local
629 fprintf(out_file, " (inode block for inode %u):\n",
632 inode = (struct ext2_inode *) (buf + inode_offset_to_dump);
633 internal_dump_inode(out_file, " ", inode_to_dump, inode, 0)
    [all...]
debugfs.c 88 com_err(device, 0, "catastrophic mode - not reading inode or group bitmaps");
92 com_err(device, retval, "while reading inode bitmap");
321 "inode bitmap at %u, "
322 "inode table at %u\n"
331 gdp->bg_free_inodes_count != 1 ? "inodes" : "inode",
336 print_bg_opts(gdp, EXT2_BG_INODE_UNINIT, "Inode not init",
459 struct ext2_inode_large *inode)
466 fprintf(out, "Size of extra inode fields: %u\n", inode->i_extra_isize);
467 if (inode->i_extra_isize > EXT2_INODE_SIZE(current_fs->super)
630 ext2_ino_t inode; local
661 ext2_ino_t inode; local
677 ext2_ino_t inode; local
692 ext2_ino_t inode; local
706 ext2_ino_t inode; local
720 ext2_ino_t inode; local
851 struct ext2_inode inode; local
932 ext2_ino_t inode; local
1013 struct ext2_inode inode; local
1087 struct ext2_inode inode; local
1295 struct ext2_inode inode; local
1368 struct ext2_inode inode; local
1536 struct ext2_inode inode; local
1597 struct ext2_inode inode; local
1663 ext2_ino_t inode; local
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 52 struct inode *inode = journal->j_inode;
56 if (!inode) {
61 retval= ext2fs_bmap(inode->i_ctx->fs, inode->i_ino,
62 &inode->i_ext2, NULL, 0, block, &pblk);
227 struct inode *j_inode = NULL;
266 "journal inode");
448 /* The journal inode is bogus, remove and force full fsck */
506 /* If we don't even have JFS_MAGIC, we probably have a wrong inode */
888 struct ext2_inode inode; local
    [all...]
pass1b.c 6 * than one inode.
16 * Pass1D is a reconciliation pass. For each inode with duplicate
62 ext2_ino_t inode; member in struct:inode_el
72 * This structure stores information about a particular inode which
81 struct ext2_inode inode; member in struct:dup_inode
119 struct ext2_inode *inode)
138 sizeof(struct inode_el), "inode element");
139 ino_el->inode = ino;
149 sizeof(struct dup_inode), "duplicate inode header");
158 di->inode = *inode
246 struct ext2_inode *inode; member in struct:process_block_struct
254 struct ext2_inode inode; local
581 struct ext2_inode inode; local
    [all...]
pass2.c 20 * - The inode number in the directory entry should be within
22 * - The inode number should refer to a in-use inode.
23 * - The first entry should be '.', and its inode should be
24 * the inode of the directory.
31 * - The inode numbers of the subdirectories for each directory.
60 * Keeps track of how many times an inode is referenced.
360 if (!dirent->inode)
372 dirent->inode = ino;
380 if (dirent->inode != ino)
486 struct ext2_inode inode; local
1108 struct ext2_inode inode; local
1173 struct ext2_inode inode; local
1187 struct ext2_inode inode; local
1333 struct ext2_inode inode; local
    [all...]
rehash.c 56 struct ext2_inode *inode; member in struct:fill_dir_struct
98 if (offset + fs->blocksize > fd->inode->i_size) {
128 if (dirent->inode == 0)
135 fd->parent = dirent->inode;
151 ent->ino = dirent->inode;
195 ret = he_b->dir->inode - he_a->dir->inode;
354 if (!ent->dir->inode ||
361 if ((ent->dir->inode == prev->dir->inode) &
647 struct ext2_inode inode; local
681 struct ext2_inode inode; local
    [all...]
pass1.c 2 * pass1.c -- pass #1 of e2fsck: sequential scan of the inode table
12 * and applies the following tests to each inode:
14 * - The mode field of the inode must be legal.
15 * - The size and block count fields of the inode are correct.
16 * - A data block must not be used by another inode
31 * other passes should not need to read in the inode information
34 * inode to fix it.)
88 struct ext2_inode *inode; member in struct:process_block_struct
96 struct ext2_inode inode; member in struct:process_inode_block
124 * Check to make sure a device inode is real. Returns 1 if the devic
132 struct ext2_inode *inode) struct
231 struct ext2_inode *inode = pctx->inode; local
247 struct ext2_inode_large *inode; local
326 struct ext2_inode_large *inode; local
376 struct ext2_inode *inode = pctx->inode; local
472 struct ext2_inode *inode; local
1256 struct ext2_inode *inode = pctx->inode; local
1481 struct ext2_inode *inode = pctx->inode; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 44 if (test_opt((tree)->inode->i_sb, EXTDEBUG)) \
63 * - tree depth (0 mean there is no tree yet. all extents in the inode)
64 * - number of alive extents in the inode
91 * each block (leaves and indexes), even inode-stored has header
187 struct inode *inode; /* inode which tree belongs to */ member in struct:ext3_extents_tree
220 void ext3_init_tree_desc(struct ext3_extents_tree *, struct inode *);
  /external/e2fsprogs/misc/
e2image.c 108 com_err(program_name, retval, _("while writing inode table"));
122 com_err(program_name, retval, _("while writing inode bitmap"));
159 * ext2fs_check_directory; we use them since we already have the inode
161 * the inode again.
193 struct ext2_inode *inode) struct
197 *inode = *stashed_inode;
266 * Mark the blocks used for the inode table
284 * Mark block used for the inode bitmap
453 struct ext2_inode inode; local
480 com_err(program_name, retval, _("while opening inode scan"))
    [all...]
tune2fs.c 250 * Remove the journal inode from the filesystem
254 struct ext2_inode inode; local
258 retval = ext2fs_read_inode(fs, ino, &inode);
261 _("while reading journal inode"));
275 _("while clearing journal inode"));
278 memset(&inode, 0, sizeof(inode));
282 inode.i_flags &= ~EXT2_IMMUTABLE_FL;
283 retval = ext2fs_write_inode(fs, ino, &inode);
286 _("while writing journal inode"));
    [all...]
mke2fs.c 98 "[-f fragment-size]\n\t[-i bytes-per-inode] [-I inode-size] "
416 progress_init(&progress, _("Writing inode tables: "),
434 "blocks in inode table starting at %u: %s\n"),
484 struct ext2_inode inode; local
493 retval = ext2fs_read_inode(fs, EXT2_ROOT_INO, &inode);
496 _("while reading root inode"));
500 inode.i_uid = uid;
501 ext2fs_set_i_uid_high(inode, uid >> 16);
504 inode.i_gid = gid
    [all...]
  /external/kernel-headers/original/linux/nfsd/
nfsfh.h 30 * ino/dev of the exported inode.
34 __u32 fb_ino; /* our inode number */
35 __u32 fb_dirino; /* dir inode number, 0 for directories */
65 * 0 - 4 byte device id (ms-2-bytes major, ls-2-bytes minor), 4byte inode number
69 * 2 - 4 byte major, 4 byte minor, 4 byte inode number - DEPRECATED
70 * 3 - 4 byte device id, encoded for user-space, 4 byte inode number
78 * 1 - 32bit inode number, 32 bit generation number.
79 * 2 - 32bit inode number, 32 bit generation number, 32 bit parent directory inode number.
141 unsigned char fh_locked; /* inode locked by us *
245 struct inode *inode; local
262 struct inode *inode = fhp->fh_dentry->d_inode; local
303 struct inode *inode; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 18 * 1. Adjust superblock and write out new parts of the inode
22 * 3. Scan the inode table, doing the following:
26 * b. If parts of the inode table need to be evacuated,
32 * 4. Update the directory blocks with the new inode locations.
33 * 5. Move the inode tables, if necessary.
169 * initialize any new parts of the inode table. The new parts of the
170 * inode table are created in virgin disk space, so we can abort here
206 * backups, the inode bitmap, the block bitmap, and the inode
296 * the inode table either now or in the future
1037 struct ext2_inode * inode; member in struct:process_block_struct
1112 struct ext2_inode *inode = NULL; local
1288 struct ext2_inode inode; local
1519 struct ext2_inode inode; local
    [all...]
  /external/srec/srec/crec/
astar.c 1006 int to_nodes[32], *pto_nodes, inode; local
    [all...]
srec.c 2261 nodeID inode, num_fsm_nodes_updated; local
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 22 * >> inode->u.generic_ip points to the associated yaffs_Object.
29 * * Michael Fischer for finding the problem with inode inconsistency.
118 static int yaffs_create(struct inode *dir, struct dentry *dentry, int mode,
120 static struct dentry *yaffs_lookup(struct inode *dir, struct dentry *dentry,
123 static int yaffs_create(struct inode *dir, struct dentry *dentry, int mode);
124 static struct dentry *yaffs_lookup(struct inode *dir, struct dentry *dentry);
126 static int yaffs_link(struct dentry *old_dentry, struct inode *dir,
128 static int yaffs_unlink(struct inode *dir, struct dentry *dentry);
129 static int yaffs_symlink(struct inode *dir, struct dentry *dentry,
131 static int yaffs_mkdir(struct inode *dir, struct dentry *dentry, int mode)
326 struct inode *inode = NULL; \/* NCB 2.5\/2.6 needs NULL here *\/ local
551 struct inode *inode; local
772 struct inode *inode; local
805 struct inode *inode; local
861 struct inode *inode = f->f_dentry->d_inode; local
957 struct inode *inode; local
1100 struct inode *inode = old_dentry->d_inode; local
1158 struct inode *inode; local
1250 struct inode *inode = dentry->d_inode; local
1456 struct inode *inode = NULL; local
    [all...]
  /system/extras/ext4_utils/
allocate.c 658 /* Returns an ext4_inode structure for an inode number */
659 struct ext4_inode *get_inode(u32 inode)
661 inode -= 1;
662 int bg = inode / info.inodes_per_group;
663 inode %= info.inodes_per_group;
666 return (struct ext4_inode *)(aux_info.bgs[bg].inode_table + inode *
674 u32 inode; local
680 inode = aux_info.bgs[bg].first_free_inode + i - 1;
681 aux_info.bgs[bg].inode_bitmap[inode / 8] |= 1 << (inode % 8)
697 u32 inode; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 213 ino_t inode; member in struct:dlstatus
493 || sbuf->st_dev != dls->device || sbuf->st_ino != dls->inode))
501 dls->inode = sbuf->st_ino;
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 321 struct inode * inode; member in struct:nfs3_setaclargs
467 struct inode *inode; member in struct:nfs_read_data
482 struct inode *inode; member in struct:nfs_write_data
509 int (*lookup) (struct inode *, struct qstr *,
511 int (*access) (struct inode *, struct nfs_access_entry *);
512 int (*readlink)(struct inode *, struct page *, unsigned int,
517 int (*create) (struct inode *, struct dentry *
    [all...]
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 321 struct inode * inode; member in struct:nfs3_setaclargs
467 struct inode *inode; member in struct:nfs_read_data
482 struct inode *inode; member in struct:nfs_write_data
509 int (*lookup) (struct inode *, struct qstr *,
511 int (*access) (struct inode *, struct nfs_access_entry *);
512 int (*readlink)(struct inode *, struct page *, unsigned int,
517 int (*create) (struct inode *, struct dentry *
    [all...]

Completed in 141 milliseconds

1 23 4 5