Home
last modified time | relevance | path

Searched defs:ino (Results 1 – 25 of 68) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/ext/SDBM_File/
H A Dpair.c53 short *ino = (short *) pag; in fitpair() local
69 short *ino = (short *) pag; in putpair() local
96 short *ino = (short *) pag; in getpair() local
112 short *ino = (short *) pag; in exipair() local
124 short *ino = (short *) pag; in duppair() local
134 short *ino = (short *) pag; in getnkey() local
153 short *ino = (short *) pag; in delpair() local
220 short *ino = (short *) pag; in seepair() local
240 short *ino = (short *) cur; in splpage() local
291 short *ino = (short *) pag; in chkpage() local
H A Ddbd.c75 int short *ino = (short *) pag; in dispage() local
97 short *ino = (short *) pag; in dispage() local
H A Dutil.c29 short *ino = (short *) pag; in okpage() local
H A Ddba.c77 short *ino = (short *) pag; in pagestat() local
/openbsd-src/sbin/dump/
H A Dtraverse.c119 mapfileino(ino_t ino, int64_t *tapesize, int *dirskipped) in mapfileino() argument
152 ino_t ino; in fs_mapinodes() local
289 ino_t ino; mapdirs() local
361 dirindir(ino_t ino,daddr_t blkno,int ind_level,off_t * filesize,int64_t * tapesize,int nodump) dirindir() argument
404 searchdir(ino_t ino,daddr_t blkno,long size,off_t filesize,int64_t * tapesize,int nodump) searchdir() argument
471 dumpino(union dinode * dp,ino_t ino) dumpino() argument
582 dmpindir(ino_t ino,daddr_t blk,int ind_level,off_t * size) dmpindir() argument
620 ufs1_blksout(int32_t * blkp,int frags,ino_t ino) ufs1_blksout() argument
655 ufs2_blksout(daddr_t * blkp,int frags,ino_t ino) ufs2_blksout() argument
690 dumpmap(char * map,int type,ino_t ino) dumpmap() argument
706 writeheader(ino_t ino) writeheader() argument
[all...]
H A Ddump.h45 #define SETINO(ino, map) \ argument
47 #define CLRINO(ino, map) \ argument
49 #define TSTINO(ino, map) \ argument
/openbsd-src/sbin/ncheck_ffs/
H A Dncheck_ffs.c101 ufsino_t ino; member
148 ufsino_t ino = *(ufsino_t *)key; in matchcache() local
162 cacheino(ufsino_t ino, void *dp) in cacheino()
186 cached(ufsino_t ino) in cached()
209 ufsino_t ino; in findinodes() local
329 addinode(ufsino_t ino) in addinode()
345 scanonedir(ufsino_t ino, const char *path) in scanonedir()
373 dirindir(ufsino_t ino, daddr_t blkno, int ind_level, off_t *filesizep, in dirindir()
414 searchdir(ufsino_t ino, daddr_t blkno, long size, off_t filesize, in searchdir()
/openbsd-src/sys/arch/sparc64/sparc64/
H A Dintr.c344 sun4v_intr_devino_to_sysino(uint64_t devhandle,uint64_t devino,uint64_t * ino) sun4v_intr_devino_to_sysino() argument
355 sun4v_intr_setcookie(uint64_t devhandle,uint64_t ino,uint64_t cookie_value) sun4v_intr_setcookie() argument
364 sun4v_intr_setenabled(uint64_t devhandle,uint64_t ino,uint64_t intr_enabled) sun4v_intr_setenabled() argument
373 sun4v_intr_setstate(uint64_t devhandle,uint64_t ino,uint64_t intr_state) sun4v_intr_setstate() argument
382 sun4v_intr_settarget(uint64_t devhandle,uint64_t ino,uint64_t cpuid) sun4v_intr_settarget() argument
[all...]
/openbsd-src/sbin/restore/
H A Drestore.c51 listfile(char *name, ino_t ino, int type) in listfile()
67 addfile(char *name, ino_t ino, int type) in addfile()
106 deletefile(char *name, ino_t ino, int type) in deletefile()
180 nodeupdates(char *name, ino_t ino, int type) in nodeupdates()
787 verifyfile(char *name, ino_t ino, int type) in verifyfile()
H A Ddirs.c77 ino_t ino; member
219 treescan(char *pname, ino_t ino, long (*todo)(char *, ino_t, int)) in treescan() argument
286 ino_t ino; in pathsearch() local
516 ino_t ino; in rst_opendir() local
636 genliteraldir(char *name, ino_t ino) in genliteraldir()
668 inodetype(ino_t ino) in inodetype()
718 inotablookup(ino_t ino) in inotablookup()
H A Drestore.h110 ino_t ino; /* inumber of file */ member
142 #define TSTINO(ino, map) \ argument
144 #define SETINO(ino, map) \ argument
H A Dmain.c73 ino_t ino; in main() local
/openbsd-src/sbin/fsck_ext2fs/
H A Ddir.c250 direrror(ino_t ino, char *errmesg) in direrror()
257 fileerror(ino_t cwd, ino_t ino, char *errmesg) in fileerror()
480 makeentry(ino_t parent, ino_t ino, char *name) in makeentry()
578 ino_t ino; in allocdir() local
636 freedir(ino_t ino, ino_t parent) in freedir()
652 lftempname(char *bufp, ino_t ino) in lftempname()
H A Dinode.c545 u_int32_t ino = letoh32(dirp->e2d_ino); in findino() local
559 pinode(ino_t ino) in pinode()
591 blkerror(ino_t ino, char *type, daddr32_t blk) in blkerror()
622 ino_t ino; in allocino() local
672 freeino(ino_t ino) in freeino()
/openbsd-src/sbin/fsck_ffs/
H A Ddir.c225 direrror(ino_t ino, char *errmesg) in direrror()
231 fileerror(ino_t cwd, ino_t ino, char *errmesg) in fileerror()
456 makeentry(ino_t parent, ino_t ino, char *name) in makeentry()
552 ino_t ino; in allocdir() local
613 freedir(ino_t ino, ino_t parent) in freedir()
629 lftempname(char *bufp, ino_t ino) in lftempname()
H A Dinode.c524 pinode(ino_t ino) in pinode()
554 blkerror(ino_t ino, char *type, daddr_t blk) in blkerror()
585 ino_t ino; in allocino() local
674 freeino(ino_t ino) in freeino()
H A Dfsck.h94 #define GET_ISTATE(ino) (inoinfo(ino)->ino_state) argument
95 #define GET_ITYPE(ino) (inoinfo(ino)->ino_type) argument
96 #define SET_ISTATE(ino, v) do { GET_ISTATE(ino) = (v); } while (0) argument
97 #define SET_ITYPE(ino, v) do { GET_ITYPE(ino) = (v); } while (0) argument
98 #define ILNCOUNT(ino) (inoinfo(ino)->ino_linkcnt) argument
/openbsd-src/lib/libfuse/
H A Dfuse_subr.c27 alloc_vn(struct fuse *f, const char *path, ino_t ino, ino_t pino) in alloc_vn()
171 build_realname(struct fuse *f, ino_t ino) in build_realname()
/openbsd-src/sys/isofs/cd9660/
H A Dcd9660_vfsops.c571 cdino_t ino = isodirino(dp, imp); in cd9660_root() local
667 cd9660_vget(struct mount *mp, ino_t ino, struct vnode **vpp) in cd9660_vget()
690 cd9660_vget_internal(struct mount *mp, cdino_t ino, struct vnode **vpp, in cd9660_vget_internal()
/openbsd-src/sys/miscfs/fuse/
H A Dfusebuf.c34 fb_setup(size_t len, ino_t ino, int op, struct proc *p) in fb_setup()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990517-1.c16 register short *ino = (short *) cur; in sdbm__splpage() local
/openbsd-src/usr.bin/fstat/
H A Dfstat.h31 ino_t ino; member
/openbsd-src/bin/pax/
H A Dtables.c90 ino_t ino; /* files inode number */ member
1422 add_atdir(char *fname, dev_t dev, ino_t ino, const struct timespec *mtimp, in add_atdir()
1489 do_atdir(const char *name, dev_t dev, ino_t ino) in do_atdir()
1643 delete_dir(dev_t dev, ino_t ino) in delete_dir()
/openbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c138 ufsino_t ino, ipref; in ext2fs_inode_alloc() local
501 ext2fs_inode_free(struct inode *pip, ufsino_t ino, mode_t mode) in ext2fs_inode_free()
/openbsd-src/sys/ntfs/
H A Dntfs_vfsops.c665 ntfs_vgetex(struct mount *mp, ntfsino_t ino, u_int32_t attrtype, char *attrname, in ntfs_vgetex() argument
776 ntfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) in ntfs_vget() argument
[all...]

123