Searched refs:ino (Results 76 - 100 of 206) sorted by relevance

123456789

/netbsd-current/sys/fs/nilfs/
H A Dnilfs_subr.h60 int nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, uint64_t ino, struct nilfs_inode *inode, struct nilfs_node **nodep);
71 int nilfs_lookup_name_in_dir(struct vnode *dvp, const char *name, int namelen, uint64_t *ino, int *found);
H A Dnilfs_vfsops.c1031 uint64_t ino = NILFS_ROOT_INO; local
1036 error = vcache_get(mp, &ino, sizeof(ino), vpp);
1091 * Get vnode for the file system type specific file id ino for the fs. Its
1096 nilfs_vget(struct mount *mp, ino_t ino, int lktype, argument
1113 uint64_t ino; local
1124 KASSERT(key_len == sizeof(ino));
1125 memcpy(&ino, key, key_len);
1130 if ((ino < NILFS_USER_INO) && (ino !
[all...]
H A Dnilfs_subr.c154 if (node->ino < NILFS_USER_INO && node->ino != NILFS_ROOT_INO) {
210 DPRINTF(TRANSLATE, ("nilfs_btree_lookup_level ino %"PRIu64", "
212 node->ino, lblocknr, btree_vblknr, level));
272 DPRINTF(TRANSLATE, ("nilfs_btree_lookup ino %"PRIu64", "
273 "lblocknr %"PRIu64"\n", node->ino, lblocknr));
336 DPRINTF(TRANSLATE, ("btree_nlookup ino %"PRIu64", "
338 node->ino, lblocknr, *vblocknr));
424 if (node->ino == NILFS_DAT_INO) {
666 uint64_t ino, struc
665 nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, uint64_t ino, struct nilfs_inode *inode, struct nilfs_node **nodep) argument
859 nilfs_lookup_name_in_dir(struct vnode *dvp, const char *name, int namelen, uint64_t *ino, int *found) argument
[all...]
/netbsd-current/lib/librefuse/refuse/
H A Dv22.h47 typedef int (*fuse_dirfil_t_v22)(fuse_dirh_t handle, const char *name, int type, ino_t ino);
/netbsd-current/sys/ufs/chfs/
H A Dchfs_write.c58 if (ip->ino == CHFS_ROOTINO)
74 fvnode->vno = htole64(ip->ino);
159 ino_t ino, int prio)
189 fdirent->vno = htole64(ino);
190 fdirent->pvno = htole64(pdir->ino);
293 KASSERT(ip->ino != CHFS_ROOTINO);
309 dnode->vno = htole64(ip->ino);
426 newfd->vno = ip->ino;
448 parent, ip, newfd, ip->ino, ALLOC_NORMAL);
482 if (fd->vno == ip->ino
157 chfs_write_flash_dirent(struct chfs_mount *chmp, struct chfs_inode *pdir, struct chfs_inode *ip, struct chfs_dirent *fd, ino_t ino, int prio) argument
[all...]
H A Dchfs_inode.h84 ino_t ino; /* vnode identifier number */ member in struct:chfs_inode
/netbsd-current/sys/fs/efs/
H A Defs_subr.c130 * the inode 'ino' and filesystem parameters _in host byte order_. The inode
134 efs_locate_inode(ino_t ino, struct efs_sb *sbp, uint32_t *bboff, int *index) argument
143 *bboff = firstcg + ((ino / (cgisize * EFS_DINODES_PER_BB)) * cgfsize) +
144 ((ino % (cgisize * EFS_DINODES_PER_BB)) / EFS_DINODES_PER_BB);
145 *index = ino & (EFS_DINODES_PER_BB - 1);
157 efs_read_inode(struct efs_mount *emp, ino_t ino, struct lwp *l, argument
166 efs_locate_inode(ino, sbp, &bboff, &index);
306 * corresponding inode in 'ino'.
312 struct componentname *cn, ino_t *ino)
330 if (efs_dirblk_lookup(db, cn, ino)
311 efs_extent_lookup(struct efs_mount *emp, struct efs_extent *ex, struct componentname *cn, ino_t *ino) argument
347 efs_inode_lookup(struct efs_mount *emp, struct efs_inode *ei, struct componentname *cn, ino_t *ino) argument
[all...]
/netbsd-current/sbin/restore/
H A Dutilities.c117 badentry(ep, "not on ino list");
358 ino_t ino; local
360 ino = ((dp = pathsearch(name)) == NULL) ? 0 : dp->d_ino;
362 if (ino == 0 || TSTINO(ino, dumpmap) == 0)
364 return (ino);
/netbsd-current/usr.sbin/makefs/chfs/
H A Dchfs_mkfs.c172 fvnode.vno = htole64(node->inode->ino);
204 fdirent.vno = htole64(node->inode->ino);
206 fdirent.pvno = htole64(node->parent->inode->ino);
208 fdirent.pvno = htole64(node->inode->ino);
295 fdata.vno = htole64(node->inode->ino);
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_alloc.c176 ino_t ino, ipref; local
189 ino = (ino_t)ext2fs_hashalloc(pip, cg, (long)ipref, mode, ext2fs_nodealloccg);
190 if (ino == 0)
193 *inop = ino;
530 printf("%s: bad block %jd, ino %ju\n",
563 ext2fs_vfree(struct vnode *pvp, ino_t ino, int mode) argument
574 if ((u_int)ino > fs->e2fs.e2fs_icount || (u_int)ino < EXT2_FIRSTINO)
575 panic("%s: range: dev = %#jx, ino = %ju, fs = %s",
576 __func__, (uintmax_t)pip->i_dev, (uintmax_t)ino,
[all...]
H A Dext2fs_vfsops.c557 ext2fs_loadvnode_content(struct m_ext2fs *fs, ino_t ino, struct buf *bp, struct inode *ip) argument
563 (ino_to_fsbo(fs, ino) * EXT2_DINODE_SIZE(fs)));
571 ino, din->e2di_extra_isize);
1029 ext2fs_init_vnode(struct ufsmount *ump, struct vnode *vp, ino_t ino) argument
1039 error = bread(ump->um_devvp, EXT2_FSBTODB(fs, ino_to_fsba(fs, ino)),
1051 ip->i_number = ino;
1055 error = ext2fs_loadvnode_content(fs, ino, bp, ip);
1089 ino_t ino; local
1094 KASSERT(key_len == sizeof(ino));
1095 memcpy(&ino, ke
1136 ino_t ino; local
[all...]
/netbsd-current/sbin/fsck_lfs/
H A Dpass1.c62 ino_t ino; member in struct:ino_daddr
75 return (a->ino - b->ino);
110 dins[i]->ino = i;
126 inumber = dins[i]->ino;
143 inumber = dins[i]->ino;
H A Dpass6.c207 remove_ino(struct uvnode *vp, ino_t ino) argument
218 pwarn("remove ino %d\n", (int)ino);
220 LFS_IENTRY(ifp, fs, ino, bp);
228 LFS_PUT_HEADFREE(fs, cip, cbp, ino);
232 vp = lfs_raw_vget(fs, ino, fs->lfs_ivnode->v_fd, daddr);
243 idesc.id_number = ino;
269 pwarn("ino %ju lbn %jd -> 0x%jx\n",
439 pwarn("readdress ino %ju from 0x%jx to 0x%jx mode %o nlink %d\n",
470 ino_t ino, nextfre local
[all...]
/netbsd-current/sys/arch/sparc64/dev/
H A Debus_mainbus.c278 int ino; local
332 ino = INTINO(ihandle);
349 intrmapptr = &imap[ino];
350 intrclrptr = &iclr[ino];
351 ino |= INTVEC(ihandle);
363 ih->ih_number = ino;
H A Dcbus.c179 int ino; local
182 ino = INTINO(ihandle);
184 DPRINTF(CBUSDB_INTR, ("cbus_intr_establish(): ino 0x%x\n", ino));
192 ih->ih_number = ino;
300 ca->ca_tx_ino = mdesc_get_prop_val(arc, "tx-ino");
301 ca->ca_rx_ino = mdesc_get_prop_val(arc, "rx-ino");
303 "- tx-ino %lu rx-ino %lu\n",
H A Dschizo.c325 if (prom_getprop(sc->sc_node, "ino-bitmap", sizeof(int), &nbitmaps,
575 int (*handler)(void *), void *arg, int ino, const char *what)
581 DPRINTF(SDB_INTR, ("%s: ino %x ign %x fn %p arg %p", __func__,
582 ino, sc->sc_ign, handler, arg));
584 mapoff = offsetof(struct schizo_pbm_regs, imap[ino]);
585 clroff = offsetof(struct schizo_pbm_regs, iclr[ino]);
586 ino |= sc->sc_ign;
813 int ino; local
817 ino = INTINO(vec);
831 mapoff = offsetof(struct schizo_pbm_regs, imap[ino]);
574 schizo_set_intr(struct schizo_softc *sc, struct schizo_pbm *pbm, int ipl, int (*handler)(void *), void *arg, int ino, const char *what) argument
[all...]
/netbsd-current/usr.sbin/makefs/
H A Dchfs.c119 root->inode->ino = CHFS_ROOTINO;
190 cur->inode->ino = fsopts->curinode;
/netbsd-current/sys/fs/v7fs/
H A Dv7fs_file_util.c188 const char *name, v7fs_ino_t ino)
194 .inode_number = ino };
238 v7fs_ino_t ino, char *buf)
243 &(struct v7fs_lookup_arg){ .inode_number = ino, .buf = buf });
187 v7fs_directory_replace_entry(struct v7fs_self *fs, struct v7fs_inode *self_dir, const char *name, v7fs_ino_t ino) argument
237 v7fs_file_lookup_by_number(struct v7fs_self *fs, struct v7fs_inode *parent_dir, v7fs_ino_t ino, char *buf) argument
H A Dv7fs_vnops.c108 v7fs_ino_t ino; local
149 &ino))) {
180 error = v7fs_vget(dvp->v_mount, ino, LK_EXCLUSIVE, &vpp);
213 v7fs_ino_t ino; local
228 a->a_cnp->cn_nameptr, a->a_cnp->cn_namelen, &attr, &ino))) {
237 error = v7fs_vget(mp, ino, LK_EXCLUSIVE, a->a_vpp);
248 DPRINTF("allocated %s->#%d\n", a->a_cnp->cn_nameptr, ino);
275 v7fs_ino_t ino; local
287 cnp->cn_nameptr, cnp->cn_namelen, &attr, &ino)))
292 error = v7fs_vget(mp, ino, LK_EXCLUSIV
852 v7fs_ino_t ino; local
1282 v7fs_ino_t ino; local
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_link_resolver.c266 int64_t ino; local
277 ino = archive_entry_ino64(entry);
278 hash = (size_t)(dev ^ ino);
285 && ino == archive_entry_ino64(le->canonical)) {
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgetcwd.c105 # define MATCHING_INO(dp, ino) ((dp)->d_ino == (ino))
107 # define MATCHING_INO(dp, ino) true
/netbsd-current/sys/fs/cd9660/
H A Dcd9660_node.c330 ino_t ino; local
335 * ip->iso_start = ino >> imp->im_bshift;
339 ino = ((ino_t)isonum_733(isodir->extent) +
341 return ino;
H A Dcd9660_vfsops.c649 ino_t ino = isodirino(dp, imp); local
651 return cd9660_vget(mp, ino, lktype, vpp);
721 printf("fhtovp: ino %"PRIu64", start %lu\n",
740 cd9660_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) argument
744 error = vcache_get(mp, &ino, sizeof(ino), vpp);
765 ino_t ino; local
769 KASSERT(key_len == sizeof(ino));
770 memcpy(&ino, key, key_len);
779 ip->i_number = ino;
[all...]
/netbsd-current/sys/arch/x68k/stand/boot_ufs/
H A Dbootmain.c214 load_file_ino(ino32_t ino, const char *fn, unsigned int addr, struct exec *header) argument
220 if (ino == 0 || ufs_get_inode(ino, &dinode)) {
/netbsd-current/sys/ufs/ufs/
H A Dufs_vfsops.c104 ufs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) argument
108 error = vcache_get(mp, &ino, sizeof(ino), vpp);

Completed in 338 milliseconds

123456789