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

1234567

/freebsd-13-stable/usr.sbin/makefs/
H A Dffs.c801 cur->inode->ino = cur->parent->inode->ino;
803 cur->inode->ino = fsopts->curinode;
854 printf("ffs_populate_dir: writing ino %d, %s",
855 cur->inode->ino, inode_type(cur->type));
862 ffs_write_file(&din, cur->inode->ino, membuf, fsopts);
864 ffs_write_file(&din, cur->inode->ino,
868 ffs_write_inode(&din, cur->inode->ino, fsopts);
898 ffs_write_file(union dinode *din, uint32_t ino, void *buf, fsinfo_t *fsopts) argument
924 "ffs_write_file: ino
1088 ffs_write_inode(union dinode *dp, uint32_t ino, const fsinfo_t *fsopts) argument
[all...]
/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c548 cd_ino_t ino = isodirino(dp, imp); local
554 return (cd9660_vget_internal(mp, ino, flags, vpp,
606 printf("fhtovp: ino %d, start %ld\n",
631 cd9660_vget(mp, ino, flags, vpp)
633 ino_t ino;
644 return (cd9660_vget_internal(mp, ino, flags, vpp,
653 /* Use special comparator for full 64-bit ino comparison. */
660 cd_ino_t ino; local
663 ino = *(cd_ino_t *)pino;
664 return (ip->i_number != ino);
[all...]
H A Dcd9660_node.c313 cd_ino_t ino; local
318 * ip->iso_start = ino >> imp->im_bshift;
322 ino = ((cd_ino_t)isonum_733(isodir->extent) +
324 return ino;
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dinterrupt.cc92 void expect_lookup(const char *relpath, uint64_t ino) argument
94 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, FILESIZE, 1);
118 void expect_read(uint64_t ino, uint64_t *read_unique) argument
123 in.header.nodeid == ino);
136 void expect_write(uint64_t ino, uint64_t *write_unique) argument
141 in.header.nodeid == ino);
229 uint64_t ino = 42; local
252 out0->body.create.entry.nodeid = ino;
267 out.body.entry.nodeid = ino;
372 uint64_t ino local
588 uint64_t ino = 42; local
628 uint64_t ino = 42; local
[all...]
H A Ddev_fuse_poll.cc50 const uint64_t ino = 42; variable
87 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1);
88 expect_access(ino, access_mode, 0);
H A Dmockfs.hh92 uint64_t ino; member in struct:fuse_attr_7_8
387 * @param ino File's inode number
394 int notify_inval_inode(ino_t ino, off_t off, ssize_t len);
403 * @param ino File's inode number
408 int notify_store(ino_t ino, off_t off, const void* data, ssize_t size);
/freebsd-13-stable/sbin/restore/
H A Dutilities.c116 badentry(ep, "not on ino list");
375 ino_t ino; local
377 ino = ((dp = pathsearch(name)) == NULL) ? 0 : dp->d_ino;
379 if (ino == 0 || TSTINO(ino, dumpmap) == 0)
381 return (ino);
/freebsd-13-stable/sbin/quotacheck/
H A Dquotacheck.c258 ino_t curino, ino, inosused, userino = 0, groupino = 0; local
339 ino = cg * sblock.fs_ipg;
340 setinodebuf(ino);
371 for (curino = 0; curino < inosused; curino++, ino++) {
372 if ((dp = getnextinode(ino)) == NULL ||
373 ino < UFS_ROOTINO ||
386 (void)printf("out of range UID/GID (%u/%u) ino=%ju\n",
388 (uintmax_t)ino);
402 if ((ino == userino && dev == userdev) ||
403 (ino
[all...]
/freebsd-13-stable/usr.sbin/quot/
H A Dquot.c112 get_inode(int fd, struct fs *super, ino_t ino) argument
132 if (!ipbuf || ino < last || ino >= last + INOCNT(super)) {
134 (!cgp || cg != ino_to_cg(super, ino))) {
135 cg = ino_to_cg(super, ino);
148 last = rounddown(ino, INOCNT(super));
156 &((struct ufs1_dinode *)ipbuf)[ino % INOCNT(super)]);
157 di2 = &((struct ufs2_dinode *)ipbuf)[ino % INOCNT(super)];
159 if (isclr(cg_inosused(cgp), ino % super->fs_ipg))
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dre-mqueue.pl155 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzpl.h133 uint64_t ino, unsigned type)
135 return (!ctx->actor(ctx->dirent, name, namelen, ctx->pos, ino, type));
132 zpl_dir_emit(zpl_dir_context_t *ctx, const char *name, int namelen, uint64_t ino, unsigned type) argument
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c267 int64_t ino; local
278 ino = archive_entry_ino64(entry);
279 hash = (size_t)(dev ^ ino);
286 && ino == archive_entry_ino64(le->canonical)) {
H A Darchive_write_set_format_cpio_newc.c220 int64_t ino; local
274 ino = archive_entry_ino64(entry);
275 if (ino > 0xffffffff) {
282 format_hex(ino & 0xffffffff, h + c_ino_offset, c_ino_size);
/freebsd-13-stable/contrib/elftoolchain/ar/
H A Dar.h92 ino_t ino; /* inode's number */ member in struct:ar_obj
/freebsd-13-stable/usr.bin/ar/
H A Dar.h74 ino_t ino; /* inode's number */ member in struct:ar_obj
/freebsd-13-stable/libexec/flua/modules/
H A Dlfs.c113 * ino: 4199275
242 PUSH_INTEGER(ino, ino)
300 PUSH_ENTRY(ino),
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_lookup.c346 ino_t ino, ino1; local
467 ino = le32toh(ep->e2d_ino);
542 *dd_ino = ino;
594 if (dp->i_number == ino) {
599 if ((error = VFS_VGET(vdp->v_mount, ino, LK_EXCLUSIVE,
633 if (dp->i_number == ino)
637 if ((error = VFS_VGET(vdp->v_mount, ino, LK_EXCLUSIVE,
668 error = vn_vget_ino(pdp, ino, cnp->cn_lkflags, &tdp);
686 if (ino1 != ino) {
691 } else if (dp->i_number == ino) {
[all...]
H A Dext2_alloc.c391 ino_t ino, ipref; local
417 ino = (ino_t)ext2_hashalloc(pip, cg, (long)ipref, mode, ext2_nodealloccg);
418 if (ino == 0)
422 error = vfs_hash_get(ump->um_mountp, ino, LK_EXCLUSIVE, td, vpp, NULL, NULL);
440 ip->i_number = ino;
441 ip->i_block_group = ino_to_cg(fs, ino);
451 error = vfs_hash_insert(vp, ino, LK_EXCLUSIVE, td, vpp, NULL, NULL);
1466 ext2_vfree(struct vnode *pvp, ino_t ino, int mode) argument
1478 if ((u_int)ino > fs->e2fs_ipg * fs->e2fs_gcount)
1479 panic("ext2_vfree: range: devvp = %p, ino
[all...]
/freebsd-13-stable/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c86 uint32_t devmajor, devminor, ino, gid, uid; local
196 ino = from_hex(e + 6, 8); /* ino */
240 assert(is_hex(e + 6, 8)); /* ino */
273 assert(is_hex(e + 6, 8)); /* ino */
310 assertEqualInt(ino, from_hex(e + 6, 8)); /* ino */
342 assertEqualMem(e + 8, "00000000", 8); /* ino */
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_lookup.c217 ino_t ino, ino1; local
269 ino = 0;
449 ino = ep->d_ino;
545 *dd_ino = ino;
601 if ((error = VFS_VGET(vdp->v_mount, ino,
609 if (dp->i_number == ino) {
638 if (dp->i_number == ino)
642 if ((error = VFS_VGET(vdp->v_mount, ino,
700 error = vn_vget_ino(pdp, ino, cnp->cn_lkflags, &tdp);
714 if (ino1 != ino) {
[all...]
/freebsd-13-stable/libexec/rtld-elf/
H A Dlibmap.c41 ino_t ino; member in struct:lmc
127 if (p->dev == st.st_dev && p->ino == st.st_ino) {
151 p->ino = st.st_ino;
177 p->ino = 0;
/freebsd-13-stable/usr.bin/du/
H A Ddu.c367 ino_t ino; member in struct:links_entry
418 hash = (le->dev ^ le->ino) % new_size;
437 if (le->dev == st->st_dev && le->ino == st->st_ino) {
479 le->ino = st->st_ino;
/freebsd-13-stable/stand/libsa/
H A Dext2fs.c147 #define ino_to_bgo(fs, ino) (((ino) - 1) % (fs)->fs_ipg)
148 #define ino_to_bg(fs, ino) (((ino) - 1) / (fs)->fs_ipg)
149 #define ino_to_db(fs, bg, ino) \
150 fsb_to_db(fs, ((bg)[ino_to_bg(fs, ino)].bg_inotbl + \
151 ino_to_bgo(fs, ino) / (fs)->fs_ipb))
152 #define ino_to_bo(fs, ino) (ino_to_bgo(fs, ino) % (fs)->fs_ipb)
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_vfsops.c194 ffs_load_inode(struct buf *bp, struct inode *ip, struct fs *fs, ino_t ino) argument
203 *((struct ufs1_dinode *)bp->b_data + ino_to_fsbo(fs, ino));
214 dip2 = ((struct ufs2_dinode *)bp->b_data + ino_to_fsbo(fs, ino));
218 (intmax_t)ino);
1932 ffs_vget(mp, ino, flags, vpp)
1934 ino_t ino;
1938 return (ffs_vgetf(mp, ino, flags, vpp, 0));
1942 ffs_vgetf(mp, ino, flags, vpp, ffs_flags)
1944 ino_t ino;
1960 error = vfs_hash_get(mp, ino, flag
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ioctl_os.c158 zfsdev_open(struct inode *ino, struct file *filp) argument
170 zfsdev_release(struct inode *ino, struct file *filp) argument

Completed in 465 milliseconds

1234567