Searched refs:ino (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/config/
H A Dcompress-man-pages.pl41 my($dev, $ino) = stat(_);
42 my $list = $inodes{$ino};
43 $list = $inodes{$ino} = [] unless defined($list);
/darwin-on-arm/xnu/bsd/sys/
H A Dfsevents.h86 #define FSE_ARG_FINFO 0x000c // next arg is a packed finfo (dev, ino, mode, uid, gid)
155 ino64_t ino; member in struct:fse_info
H A Dmount.h614 @param ino File ID for desired file, as found through a readdir.
618 int (*vfs_vget)(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
1174 int vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c75 ino64_t ino; member in struct:kfs_event
622 cur->ino = (ino64_t)va.va_fileid;
681 cur->ino = (ino64_t)fse->ino;
1285 if (cur->dev == 0 && cur->ino == 0) {
1298 error = fill_buff(FSE_ARG_FINFO, finfo_size, &cur->ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
1303 ino_t ino; local
1310 ino = (ino_t)cur->ino;
1311 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuf
[all...]
H A Dvfs_lookup.c1624 vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx) argument
1635 if (ino == 2) {
1638 error = VFS_VGET(mp, ino, vpp, ctx);
1669 ino64_t ino; local
1689 ino = 2;
1693 ino = strtouq(str, &str, 10);
1697 if (ino == 2) {
1700 error = VFS_VGET(mp, ino, &vp, ctx);
H A Dkpi_vfs.c504 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx) argument
526 error = (*mp->mnt_op->vfs_vget)(mp, ino, vpp, ctx);
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c443 devfs_vget(__unused struct mount *mp, __unused ino64_t ino, __unused struct vnode **vpp, __unused vfs_context_t ctx) argument
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c106 static int resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino);
3723 resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino) argument
3739 *ino = record.fileID;
H A Dhfs_vfsops.c143 int hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
3177 hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, __unused vfs_context_t context) argument
3185 error = hfs_vget(hfsmp, (cnid_t)ino, vpp, 1, 0);
3203 error = cat_findname(hfsmp, (cnid_t)ino, &cdesc);
H A Dhfs_readwrite.c85 extern int hfs_vfs_vget (struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c4713 __unused ino64_t ino,
4711 nfs_vfs_vget( __unused mount_t mp, __unused ino64_t ino, __unused vnode_t *vpp, __unused vfs_context_t ctx) argument

Completed in 187 milliseconds