Home
last modified time | relevance | path

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

12345

/freebsd-9-stable/sbin/dump/
Dtraverse.c157 ino_t ino; in mapfiles() local
257 ino_t ino; in mapdirs() local
329 ino_t ino, in dirindir()
381 ino_t ino, in searchdir()
457 dumpino(union dinode *dp, ino_t ino) in dumpino()
582 dmpindir(union dinode *dp, ino_t ino, ufs2_daddr_t blk, int ind_level, in dmpindir()
626 ufs1_blksout(ufs1_daddr_t *blkp, int frags, ino_t ino) in ufs1_blksout()
661 ufs2_blksout(union dinode *dp, ufs2_daddr_t *blkp, int frags, ino_t ino, in ufs2_blksout()
765 writeextdata(union dinode *dp, ino_t ino, int added) in writeextdata()
825 dumpmap(char *map, int type, ino_t ino) in dumpmap()
[all …]
Ddump.h44 #define SETINO(ino, map) \ argument
47 #define CLRINO(ino, map) \ argument
50 #define TSTINO(ino, map) \ argument
/freebsd-9-stable/sbin/restore/
Drestore.c57 listfile(char *name, ino_t ino, int type) in listfile()
73 addfile(char *name, ino_t ino, int type) in addfile()
114 deletefile(char *name, ino_t ino, int type) in deletefile()
205 nodeupdates(char *name, ino_t ino, int type) in nodeupdates()
838 verifyfile(char *name, ino_t ino, int type) in verifyfile()
Ddirs.c82 ino_t ino; member
215 treescan(char *pname, ino_t ino, long (*todo)(char *, ino_t, int)) in treescan() argument
280 ino_t ino; in pathsearch() local
498 ino_t ino; in rst_opendir() local
673 genliteraldir(char *name, ino_t ino) in genliteraldir()
716 inodetype(ino_t ino) in inodetype()
768 inotablookup(ino_t ino) in inotablookup()
Drestore.h107 ino_t ino; /* inumber of file */ member
140 #define TSTINO(ino, map) \ argument
143 #define SETINO(ino, map) \ argument
/freebsd-9-stable/sbin/fsck_ffs/
Dsuj.c284 ino_lookup(ino_t ino, int creat) in ino_lookup()
410 ino_read(ino_t ino) in ino_read()
447 ino_dirty(ino_t ino) in ino_dirty()
499 blk_equals(struct jblkrec *brec, ino_t ino, ufs_lbn_t lbn, ufs2_daddr_t start, in blk_equals()
530 blk_freemask(ufs2_daddr_t blk, ino_t ino, ufs_lbn_t lbn, int frags) in blk_freemask()
582 blk_isindir(ufs2_daddr_t blk, ino_t ino, ufs_lbn_t lbn) in blk_isindir()
604 ino_free(ino_t ino, int mode) in ino_free()
699 indir_blkatoff(ufs2_daddr_t blk, ino_t ino, ufs_lbn_t cur, ufs_lbn_t lbn) in indir_blkatoff()
750 ino_blkatoff(union dinode *ip, ino_t ino, ufs_lbn_t lbn, int *frags) in ino_blkatoff()
803 blk_isat(ino_t ino, ufs_lbn_t lbn, ufs2_daddr_t blk, int *frags) in blk_isat()
[all …]
Ddir.c246 direrror(ino_t ino, const char *errmesg) in direrror()
253 fileerror(ino_t cwd, ino_t ino, const char *errmesg) in fileerror()
520 makeentry(ino_t parent, ino_t ino, const char *name) in makeentry()
612 ino_t ino; in allocdir() local
665 freedir(ino_t ino, ino_t parent) in freedir()
681 lftempname(char *bufp, ino_t ino) in lftempname()
Dinode.c596 pinode(ino_t ino) in pinode()
622 blkerror(ino_t ino, const char *type, ufs2_daddr_t blk) in blkerror()
655 ino_t ino; in allocino() local
716 freeino(ino_t ino) in freeino()
/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_itable.c52 xfs_ino_t ino, /* inode number to get data for */ in xfs_bulkstat_one_iget()
131 xfs_ino_t ino, /* inode number to get data for */ in xfs_bulkstat_one_dinode()
208 xfs_ino_t ino, /* inode number to get data for */ in xfs_bulkstat_one()
294 xfs_ino_t ino; /* inode number (filesystem) */ in xfs_bulkstat() local
683 xfs_ino_t ino; /* filesystem inode number */ in xfs_bulkstat_single() local
741 xfs_ino_t ino; in xfs_inumbers() local
Dxfs_iget.c193 xfs_ino_t ino, in xfs_iget_core()
491 xfs_ino_t ino, in xfs_iget()
572 xfs_ino_t ino, in xfs_inode_incore()
Dxfs_dir2_sf.c614 xfs_ino_t ino; /* entry inode number */ in xfs_dir2_sf_check() local
1011 xfs_ino_t ino=0; /* entry old inode number */ in xfs_dir2_sf_replace() local
1155 xfs_ino_t ino; /* entry inode number */ in xfs_dir2_sf_toino4() local
1232 xfs_ino_t ino; /* entry inode number */ in xfs_dir2_sf_toino8() local
Dxfs_dir2.h66 xfs_intino_t ino; /* inode number */ member
/freebsd-9-stable/sbin/tunefs/
Dtunefs.c674 ino_t ino; in journal_findfile() local
733 dir_insert(ufs2_daddr_t blk, off_t off, ino_t ino) in dir_insert()
762 dir_extend(ufs2_daddr_t blk, ufs2_daddr_t nblk, off_t size, ino_t ino) in dir_extend()
786 journal_insertfile(ino_t ino) in journal_insertfile()
911 ino_t ino; in journal_clear() local
946 ino_t ino; in journal_alloc() local
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/
Dgfs.c160 ino64_t *pino, ino64_t *ino) in gfs_get_parent_ino()
325 ino64_t ino, const char *name, int eflags, int *ncookies, u_long **cookies) in gfs_readdir_emit()
357 ino64_t ino, unsigned long num) in gfs_readdir_emitn()
574 gfs_root_create(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino, in gfs_root_create()
600 gfs_root_create_file(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino) in gfs_root_create_file()
766 ino64_t ino; in gfs_dir_lookup_dynamic() local
1023 ino64_t ino, pino; in gfs_dir_readdir() local
/freebsd-9-stable/sys/compat/svr4/
Dsvr4_socket.c76 ino_t ino; /* Inode where the socket lives on */ member
87 svr4_find_socket(td, fp, dev, ino, saun) in svr4_find_socket() argument
/freebsd-9-stable/sys/fs/cd9660/
Dcd9660_vfsops.c550 ino_t ino = isodirino(dp, imp); local
628 cd9660_vget(mp, ino, flags, vpp) in cd9660_vget() argument
651 cd9660_vget_internal(mp, ino, flags, vpp, relocated, isodir) in cd9660_vget_internal() argument
/freebsd-9-stable/sbin/ffsinfo/
Dffsinfo.c342 struct ufs1_dinode *ino; in dump_whole_ufs1_inode() local
494 struct ufs2_dinode *ino; in dump_whole_ufs2_inode() local
/freebsd-9-stable/contrib/libarchive/cpio/test/
Dtest_option_c.c59 int dev, ino, gid; in DEFINE_TEST() local
/freebsd-9-stable/sys/ufs/ufs/
Dufs_gjournal.c64 ino_t ino; in ufs_gjournal_modref() local
/freebsd-9-stable/sys/boot/i386/gptboot/
Dgptboot.c141 ino_t ino; in main() local
250 ino_t ino; in load() local
/freebsd-9-stable/lib/libc/gen/
Dgetcwd.c63 ino_t ino; local
/freebsd-9-stable/sys/boot/arm/at91/boot2/
Dboot2.c156 ino_t ino; in main() local
201 ino_t ino; in load() local
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dgetcwd.c57 ino_t ino; in getcwd() local
/freebsd-9-stable/sys/boot/common/
Dufsread.c95 fsfind(const char *name, ino_t * ino) in fsfind()
124 ino_t ino; in lookup() local
/freebsd-9-stable/bin/pax/
Dtables.h60 ino_t ino; /* files inode number */ member
145 ino_t ino; member

12345