Searched refs:i_number (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_ihash.c109 if (inum == ip->i_number && dev == ip->i_dev)
132 if (inum == ip->i_number && dev == ip->i_dev) {
190 ipp = INOHASH(ip->i_dev, ip->i_number);
H A Dufs_lookup.c483 if (dp->i_number == dp->i_ino) {
506 if (dp->i_number == dp->i_ino) {
542 } else if (dp->i_number == dp->i_ino) {
566 mp->mnt_vfsstat.f_mntonname, ip->i_number, offset, how);
649 newdir.d_ino = ip->i_number;
907 ep->d_ino = ip->i_number;
1009 if (target->i_number == source->i_number) {
1015 if (target->i_number == rootino)
1042 if (dirbuf.dotdot_ino == source->i_number) {
[all...]
H A Dinode.h96 ino_t i_number; /* The identity of the inode. */ member in struct:inode
H A Dufs_inode.c126 ffs_vfree(vp, ip->i_number, mode);
H A Dufs_vnops.c263 VATTR_RETURN(vap, va_fileid, ip->i_number);
815 oldparent = dp->i_number;
853 if (oldparent != dp->i_number)
854 newparent = dp->i_number;
913 if (xp->i_number == ip->i_number)
921 if (!ufs_dirempty(xp, dp->i_number, vfs_context_ucred(tcnp->cn_context)) ||
1147 ffs_vfree(tvp, ip->i_number, dmode);
1177 dirtemplate.dot_ino = ip->i_number;
1178 dirtemplate.dotdot_ino = dp->i_number;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.h109 ino_t i_number; /* the identity of the inode */ member in struct:iso_dnode
123 ino_t i_number; /* the identity of the inode */ member in struct:iso_node
H A Dcd9660_lookup.c411 VTOI(tdp)->i_parent = VTOI(pdp)->i_number;
415 } else if (dp->i_number == dp->i_ino) {
423 VTOI(tdp)->i_parent = VTOI(pdp)->i_number;
H A Dcd9660_node.c146 if (inum == dp->i_number && device == dp->i_dev)
155 dp->i_number = ino;
198 if (inum == ip->i_number && device == ip->i_dev) {
245 ipp = &isohashtbl[INOHASH(ip->i_dev, ip->i_number)];
H A Dcd9660_vnops.c141 VATTR_RETURN(vap, va_fileid, ip->i_number);
664 (daddr64_t)((unsigned)(ip->i_number >> imp->im_bshift)),
674 dirp = (ISODIR *)(buf_dataptr(bp) + (ip->i_number & imp->im_bmask));
680 if ((ip->i_number & imp->im_bmask) + isonum_711(dirp->length)
H A Dcd9660_vfsops.c1014 lbn = lblkno(imp, ip->i_number);
1101 ip->i_number = ino;
1607 ifhp->ifid_ino = htonl(ip->i_number);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_inode.c152 (daddr64_t)((unsigned)fsbtodb(fs, ino_to_fsba(fs, ip->i_number))),
159 byte_swap_inode_out(ip, ((struct dinode *)buf_dataptr(bp) + ino_to_fsbo(fs, ip->i_number)));
162 *((struct dinode *)buf_dataptr(bp) + ino_to_fsbo(fs, ip->i_number)) = ip->i_din;
H A Dffs_alloc.c158 cg = ino_to_cg(fs, ip->i_number);
393 ipref = pip->i_number;
421 ip->i_mode, ip->i_number, fs->fs_fsmnt);
526 prefcg = ino_to_cg(fs, pip->i_number);
613 cg = ino_to_cg(fs, ip->i_number);
626 ino_to_cg(fs, ip->i_number) + lbn / fs->fs_maxbpg;
1348 printf("bad block %d, ino %d\n", bno, ip->i_number);
H A Dffs_vfsops.c291 if (args->error = (int)buf_bread(args->devvp, (daddr64_t)((unsigned)fsbtodb(fs, ino_to_fsba(fs, ip->i_number))),
301 ino_to_fsbo(fs, ip->i_number)), ip);
305 ino_to_fsbo(fs, ip->i_number));
1305 ip->i_number = ino;
1384 vfsp.vnfs_markroot = (ip->i_number == ROOTINO);
1508 ufhp->ufid_ino = htonl(ip->i_number);

Completed in 54 milliseconds