Searched defs:ino (Results 1 - 25 of 25) sorted by relevance

/osnet-11/usr/src/lib/libuvfs/common/
H A Ddir.c48 ino64_t ino, off64_t off, void **cookie)
69 dp->d_ino = ino;
47 libuvfs_add_direntry(void *data_buf, size_t buflen, const char *name, ino64_t ino, off64_t off, void **cookie) argument
/osnet-11/usr/src/lib/libshell/common/include/
H A Dpath.h58 ino_t ino; member in struct:pathcomp
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ffs.c186 int block, off, loc, map, ino = ROOTINO; local
194 if (!devread (fsbtodb (SUPERBLOCK, itod (SUPERBLOCK, ino)),
195 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct dinode),
285 ino = dp->d_ino;
H A Dfsys_ufs2.c210 int block, off, loc, ino = ROOTINO; local
219 if (!devread (fsbtodb (SUPERBLOCK, ino_to_fsba (SUPERBLOCK, ino)),
220 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct ufs2_dinode),
306 ino = dp->d_ino;
H A Dfsys_xfs.c83 ino2agno (xfs_ino_t ino) argument
85 return ino >> XFS_INO_AGINO_BITS;
89 ino2agino (xfs_ino_t ino) argument
91 return ino & XFS_INO_MASK(XFS_INO_AGINO_BITS);
95 ino2offset (xfs_ino_t ino) argument
97 return ino & XFS_INO_MASK(XFS_INO_OFFSET_BITS);
202 di_read (xfs_ino_t ino) argument
210 agno = ino2agno (ino);
211 agino = ino2agino (ino);
213 offset = ino2offset (ino);
333 next_dentry(xfs_ino_t *ino) argument
411 first_dentry(xfs_ino_t *ino) argument
539 xfs_ino_t ino, parent_ino, new_ino; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dpair.c30 * ino | n | keyoff | datoff | keyoff |
42 * of entries (ino[0]) is zero, the offset to the END of
44 * nth (ino[ino[0]]) entry's offset.
53 register short *ino = (short *) pag; local
55 off = ((n = ino[0]) > 0) ? ino[n] : PBLKSIZ;
69 register short *ino = (short *) pag; local
71 off = ((n = ino[0]) > 0) ? ino[
96 register short *ino = (short *) pag; local
112 register short *ino = (short *) pag; local
124 register short *ino = (short *) pag; local
134 register short *ino = (short *) pag; local
153 register short *ino = (short *) pag; local
225 register short *ino = (short *) pag; local
245 register short *ino = (short *) cur; local
282 register short *ino = (short *) pag; local
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c280 { reg int dev, ino; local
283 ino = (int)st.st_ino;
293 if(null_checked >= 0 && dev == null_dev && ino == null_ino)
/osnet-11/usr/src/lib/efcode/gp2/
H A Dgp2.c251 int ign, ino, level; local
255 ino = POP(DS);
259 " %x\n", ign, ino, level, (int)FALSE);
/osnet-11/usr/src/lib/efcode/jupiter/
H A Djupiter.c403 int ign, ino, level; local
407 ino = POP(DS);
413 ign, ino, level, (int)FALSE);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscluster.c387 static int dump_file(ntfs_volume *vol, ntfs_inode *ino) argument
395 utils_inode_get_name(ino, buffer, sizeof(buffer));
399 ctx = ntfs_attr_get_search_ctx(ino, NULL);
429 static int print_match(ntfs_inode *ino, ATTR_RECORD *attr, argument
434 if (!ino || !attr || !run)
443 utils_inode_get_name(ino, buffer, MAX_PATH);
444 ntfs_log_info("Inode %llu %s", (unsigned long long)ino->mft_no, buffer);
446 utils_attr_get_name(ino->vol, attr, buffer, MAX_PATH);
456 static int find_last(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, argument
461 if (!ino || !att
485 ntfs_inode *ino = NULL; local
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c142 long ino; member in struct:Tail_s
335 tp->ino = st.st_ino;
684 if (i && (fp->dev != st.st_dev || fp->ino != st.st_ino) && !init(fp, 0, 0, flags, &format))
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dcpio.c40 char ino[6]; member in struct:head
57 char ino[8]; member in struct:head
83 grub_uint16_t ino; member in struct:head
H A Dminix.c158 int ino; member in struct:grub_minix_data
304 grub_minix_read_inode (struct grub_minix_data *data, int ino)
310 data->ino = ino;
313 ino--;
316 block += ino / (GRUB_DISK_SECTOR_SIZE / sizeof (struct grub_minix_inode));
317 int offs = (ino % (GRUB_DISK_SECTOR_SIZE
331 grub_minix_lookup_symlink (struct grub_minix_data *data, int ino)
346 ino = GRUB_MINIX_ROOT_INODE;
349 if (grub_minix_read_inode (data, ino))
303 grub_minix_read_inode(struct grub_minix_data *data, int ino) argument
330 grub_minix_lookup_symlink(struct grub_minix_data *data, int ino) argument
390 grub_minix_ino_t ino; local
541 grub_minix_ino_t ino; local
[all...]
H A Dbfs.c171 struct grub_bfs_inode ino[0]; member in struct:grub_bfs_data
207 const struct grub_bfs_inode *ino,
216 if (off + len > grub_bfs_to_cpu64 (ino->size))
220 if (off < (grub_bfs_to_cpu64 (ino->max_direct_range) << RANGE_SHIFT))
224 for (i = 0; i < ARRAY_SIZE (ino->direct); i++)
227 newpos = pos + (grub_bfs_to_cpu16 (ino->direct[i].len)
237 err = read_extent (disk, sb, &ino->direct[i], 0, off - pos,
252 if (off < (grub_bfs_to_cpu64 (ino->max_direct_range) << RANGE_SHIFT))
255 if (off < (grub_bfs_to_cpu64 (ino->max_indirect_range) << RANGE_SHIFT))
261 grub_uint64_t pos = (grub_bfs_to_cpu64 (ino
205 read_bfs_file(grub_disk_t disk, const struct grub_bfs_superblock *sb, const struct grub_bfs_inode *ino, grub_off_t off, void *buf, grub_size_t len, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length)) argument
411 iterate_in_b_tree(grub_disk_t disk, const struct grub_bfs_superblock *sb, const struct grub_bfs_inode *ino, int (*hook) (const char *name, grub_uint64_t value)) argument
509 find_in_b_tree(grub_disk_t disk, const struct grub_bfs_superblock *sb, const struct grub_bfs_inode *ino, const char *name, grub_uint64_t * res) argument
610 hop_level(grub_disk_t disk, const struct grub_bfs_superblock *sb, struct grub_bfs_inode *ino, const char *name) argument
631 find_file(const char *path, grub_disk_t disk, const struct grub_bfs_superblock *sb, struct grub_bfs_inode *ino) argument
639 struct grub_bfs_inode ino; member in union:__anon380
793 struct grub_bfs_inode ino; member in union:__anon381
795 } ino; local
825 struct grub_bfs_inode ino; member in union:__anon382
827 } ino; local
852 struct grub_bfs_inode ino; member in union:__anon383
854 } ino; local
914 read_bfs_attr(grub_disk_t disk, const struct grub_bfs_superblock *sb, const struct grub_bfs_inode *ino, const char *name, void *buf, grub_size_t len) argument
949 struct grub_bfs_inode ino; member in union:__anon384
995 struct grub_bfs_inode ino; member in union:__anon385
997 } ino; local
[all...]
H A Djfs.c245 grub_uint32_t ino; member in struct:grub_jfs_diropen
252 static grub_err_t grub_jfs_lookup_symlink (struct grub_jfs_data *data, grub_uint32_t ino);
312 grub_jfs_read_inode (struct grub_jfs_data *data, grub_uint32_t ino,
316 grub_uint32_t iagnum = ino / 4096;
317 unsigned inoext = (ino % 4096) / 32;
318 unsigned inonum = (ino % 4096) % 32;
535 diro->ino = grub_le_to_cpu32 (leaf->inode);
668 grub_uint32_t ino = diro->ino;
674 if (grub_jfs_read_inode (data, ino,
311 grub_jfs_read_inode(struct grub_jfs_data *data, grub_uint32_t ino, struct grub_jfs_inode *inode) argument
667 grub_uint32_t ino = diro->ino; local
712 grub_jfs_lookup_symlink(struct grub_jfs_data *data, grub_uint32_t ino) argument
[all...]
H A Dsquash4.c128 struct grub_squash_inode ino; member in struct:grub_squash_cache_inode
198 struct grub_squash_cache_inode ino; member in struct:grub_squash_data
212 struct grub_squash_inode ino; member in struct:grub_fshelp_node
456 ret = grub_malloc (grub_le_to_cpu32 (node->ino.symlink.namelen) + 1);
459 grub_le_to_cpu32 (node->ino.symlink.namelen),
462 node->ino_offset + (node->ino.symlink.name
463 - (char *) &node->ino));
469 ret[grub_le_to_cpu32 (node->ino.symlink.namelen)] = 0;
486 switch (dir->ino.type)
489 off = grub_le_to_cpu16 (dir->ino
522 struct grub_squash_inode ino; local
696 direct_read(struct grub_squash_data *data, struct grub_squash_cache_inode *ino, grub_off_t off, char *buf, grub_size_t len) argument
825 grub_squash_read_data(struct grub_squash_data *data, struct grub_squash_cache_inode *ino, grub_off_t off, char *buf, grub_size_t len) argument
[all...]
H A Dufs.c198 grub_uint32_t ino; member in struct:grub_ufs_dirent
217 int ino; member in struct:grub_ufs_data
358 grub_ufs_read_inode (struct grub_ufs_data *data, int ino, char *inode)
363 int group = ino / grub_le_to_cpu32 (sblock->ino_per_group);
366 int grpino = ino % grub_le_to_cpu32 (sblock->ino_per_group);
379 data->ino = ino;
398 grub_ufs_lookup_symlink (struct grub_ufs_data *data, int ino)
413 ino = GRUB_UFS_INODE;
416 if (grub_ufs_read_inode (data, ino,
357 grub_ufs_read_inode(struct grub_ufs_data *data, int ino, char *inode) argument
397 grub_ufs_lookup_symlink(struct grub_ufs_data *data, int ino) argument
[all...]
H A Dxfs.c148 grub_uint64_t ino; member in struct:grub_fshelp_node
182 grub_uint64_t ino)
184 return (grub_be_to_cpu64 (ino) & ((1LL << GRUB_XFS_INO_AGBITS (data)) - 1));
189 grub_uint64_t ino)
191 return (grub_be_to_cpu64 (ino) >> GRUB_XFS_INO_AGBITS (data));
239 grub_uint64_t ino)
241 long long int inoinag = GRUB_XFS_INO_INOINAG (data, ino);
242 long long ag = GRUB_XFS_INO_AG (data, ino);
253 grub_uint64_t ino)
255 int inoag = GRUB_XFS_INO_INOINAG (data, ino);
180 GRUB_XFS_INO_INOINAG(struct grub_xfs_data *data, grub_uint64_t ino) argument
187 GRUB_XFS_INO_AG(struct grub_xfs_data *data, grub_uint64_t ino) argument
236 grub_xfs_inode_block(struct grub_xfs_data *data, grub_uint64_t ino) argument
250 grub_xfs_inode_offset(struct grub_xfs_data *data, grub_uint64_t ino) argument
260 grub_xfs_read_inode(struct grub_xfs_data *data, grub_uint64_t ino, struct grub_xfs_inode *inode) argument
456 call_hook(grub_uint64_t ino, const char *filename) argument
510 grub_uint64_t ino; local
[all...]
H A Dbtrfs.c968 grub_uint64_t ino, grub_uint64_t tree,
977 if (!data->extent || data->extstart > pos || data->extino != ino
985 key_in.object_id = ino;
992 if (key_out.object_id != ino
1007 data->extino = ino;
967 grub_btrfs_extent_read(struct grub_btrfs_data *data, grub_uint64_t ino, grub_uint64_t tree, grub_off_t pos0, char *buf, grub_size_t len) argument
H A Dext2.c305 int ino; member in struct:grub_fshelp_node
532 int ino, struct grub_ext2_inode *inode)
541 ino--;
544 ino / grub_le_to_cpu32 (sblock->inodes_per_group),
550 blkno = (ino % grub_le_to_cpu32 (sblock->inodes_per_group))
552 blkoff = (ino % grub_le_to_cpu32 (sblock->inodes_per_group))
600 data->diropen.ino = 2;
627 grub_ext2_read_inode (diro->data, diro->ino, &diro->inode);
671 grub_ext2_read_inode (diro->data, diro->ino, &diro->inode);
705 fdiro->ino
530 grub_ext2_read_inode(struct grub_ext2_data *data, int ino, struct grub_ext2_inode *inode) argument
[all...]
H A Dnilfs2.c269 grub_uint64_t ino; member in struct:grub_fshelp_node
685 grub_uint64_t ino, struct grub_nilfs2_inode *inodep)
693 blockno = grub_nilfs2_palloc_entry_offset_log (data, ino,
696 offset = ((sizeof (struct grub_nilfs2_inode) * ino)
820 data->diropen.ino = 2;
844 grub_nilfs2_read_inode (diro->data, diro->ino, &diro->inode);
877 grub_nilfs2_read_inode (diro->data, diro->ino, &diro->inode);
913 fdiro->ino = grub_le_to_cpu64 (dirent.inode);
985 grub_nilfs2_read_inode (data, fdiro->ino, &fdiro->inode);
1049 grub_nilfs2_read_inode (data, node->ino,
683 grub_nilfs2_read_inode(struct grub_nilfs2_data *data, grub_uint64_t ino, struct grub_nilfs2_inode *inodep) argument
[all...]
/osnet-11/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c206 ino64_t ino = (ino64_t)-1L; local
218 ino = obj->eo_item.ei_uint64;
229 if (off == (off64_t)-1L || (uuid == NULL && (ino == (ino64_t)-1L ||
245 if (xlp->log_stat.st_ino == ino &&
255 fmd_log_dprintf(lp, "broken xref dev=%lx ino=%llx\n",
256 (ulong_t)dev, (u_longlong_t)ino);
277 * fmd_log_load_xref() function can find them by comparing dev/ino to log_stat.
492 fmd_log_dprintf(lp, "open log %s dev=%lx ino=%llx\n", lp->log_path,
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c698 ino_t ino; member in struct:Exe_test_s
716 if (r > 0 && !fstat(fd, &st) && st.st_ino == exe[fd]->ino)
721 if (!stat(exe[fd]->path, &st) && st.st_ino == exe[fd]->ino)
773 exe[fd]->ino = st.st_ino;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dntfs.h147 grub_uint32_t ino; member in struct:grub_ntfs_file
/osnet-11/usr/src/lib/libsqlite/src/
H A Dos.c214 ino_t ino; /* Inode number */ member in struct:lockKey
240 ino_t ino; /* Inode number */ member in struct:openKey
310 key1.ino = statbuf.st_ino;
314 key2.ino = statbuf.st_ino;

Completed in 104 milliseconds