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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_fsevents.c75 ino64_t ino; member in struct:kfs_event
590 cur->ino = (ino64_t)(va_arg(ap, ino64_t));
592 cur->ino = 0xbadc0de2;
654 cur->ino = (ino64_t)va.va_fileid;
713 cur->ino = (ino64_t)fse->ino;
1318 ino_t ino = cur->ino; local
1326 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
1331 memcpy(&ino,
1374 ino_t ino; local
[all...]
H A Dvfs_lookup.c1742 vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx) argument
1753 if (ino == 2) {
1756 error = VFS_VGET(mp, ino, vpp, ctx);
1787 ino64_t ino; local
1807 ino = 2;
1811 ino = strtouq(str, &str, 10);
1815 if (ino == 2) {
1818 error = VFS_VGET(mp, ino, &vp, ctx);
H A Dkpi_vfs.c322 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx) argument
333 error = (*mp->mnt_op->vfs_vget)(mp, ino, vpp, ctx);
/xnu-2782.1.97/bsd/sys/
H A Dfsevents.h88 #define FSE_ARG_FINFO 0x000c // next arg is a packed finfo (dev, ino, mode, uid, gid)
157 ino64_t ino; member in struct:fse_info
H A Dmount.h635 @param ino File ID for desired file, as found through a readdir.
639 int (*vfs_vget)(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
1196 int vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx);
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c432 devfs_vget(__unused struct mount *mp, __unused ino64_t ino, __unused struct vnode **vpp, __unused vfs_context_t ctx) argument
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c148 int hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
3205 hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, __unused vfs_context_t context) argument
3213 error = hfs_vget(hfsmp, (cnid_t)ino, vpp, 1, 0);
3231 error = cat_findname(hfsmp, (cnid_t)ino, &cdesc);
H A Dhfs_catalog.c107 static int resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino);
4055 resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino) argument
4071 *ino = record.fileID;
H A Dhfs_readwrite.c86 extern int hfs_vfs_vget (struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
1740 //printf("TRANSFERRING: doc-id %d from ino %d to ino %d\n", to_extinfo->document_id, cp->c_fileid, to_cp->c_fileid);
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c4839 __unused ino64_t ino,
4837 nfs_vfs_vget( __unused mount_t mp, __unused ino64_t ino, __unused vnode_t *vpp, __unused vfs_context_t ctx) argument

Completed in 122 milliseconds