Searched refs:ino_t (Results 1 - 25 of 162) sorted by relevance

1234567

/freebsd-current/sbin/restore/
H A Dextern.h32 struct entry *addentry(char *, ino_t, int);
33 long addfile(char *, ino_t, int);
42 long deletefile(char *, ino_t, int);
43 void deleteino(ino_t);
45 ino_t dirlookup(const char *);
54 int genliteraldir(char *, ino_t);
60 int inodetype(ino_t);
62 struct entry *lookupino(ino_t);
64 long listfile(char *, ino_t, int);
65 ino_t lowerbn
[all...]
H A Drestore.h54 extern ino_t maxino; /* highest numbered inode in this file system */
73 ino_t e_ino; /* inode number in previous file sys */
106 ino_t ino; /* inumber of file */
/freebsd-current/sys/fs/ext2fs/
H A Dext2_dinode.h39 #define EXT2_BADBLKINO ((ino_t)1)
40 #define EXT2_ROOTINO ((ino_t)2)
41 #define EXT2_ACLIDXINO ((ino_t)3)
42 #define EXT2_ACLDATAINO ((ino_t)4)
43 #define EXT2_BOOTLOADERINO ((ino_t)5)
44 #define EXT2_UNDELDIRINO ((ino_t)6)
45 #define EXT2_RESIZEINO ((ino_t)7)
46 #define EXT2_JOURNALINO ((ino_t)8)
47 #define EXT2_EXCLUDEINO ((ino_t)9)
48 #define EXT2_REPLICAINO ((ino_t)1
[all...]
/freebsd-current/sbin/fsck_ffs/
H A Dfsck.h139 ino_t i_number; /* inode number */
246 extern ino_t cursnapshot;
254 ino_t id_number; /* inode number described */
255 ino_t id_parent; /* for DATA nodes, their parent */
306 ino_t i_number; /* inode number of this entry */
307 ino_t i_parent; /* inode number of parent */
308 ino_t i_dotdot; /* inode number of `..' */
362 extern ino_t lfdir; /* lost & found directory inode number */
366 extern ino_t maxino; /* number of inodes in file system */
368 extern ino_t n_file
[all...]
H A Dglobs.c45 ino_t cursnapshot;
94 ino_t maxino; /* number of inodes in file system */
95 ino_t lfdir; /* lost & found directory inode number */
100 ino_t n_files; /* number of files in use */
/freebsd-current/bin/pax/
H A Dtables.h59 ino_t ino; /* files inode number */
128 ino_t trunc_bits; /* truncation pattern for a specific map */
144 ino_t ino;
/freebsd-current/sys/ufs/ufs/
H A Dufs_extern.h59 int ufs_checkpath(ino_t, ino_t, struct inode *, struct ucred *, ino_t *);
62 int ufs_dirempty(struct inode *, ino_t, struct ucred *);
70 int ufs_dirrewrite(struct inode *, struct inode *, ino_t, int, int);
72 ino_t *);
93 ino_t, struct buf *, int);
98 struct inode *, ino_t, int);
H A Ddinode.h76 #define UFS_ROOTINO ((ino_t)2)
84 #define UFS_WINO ((ino_t)1)
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddirent.h37 typedef ino_t ino64_t;
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Ddirent.h35 typedef ino_t ino64_t;
/freebsd-current/sbin/dump/
H A Ddump.h64 extern ino_t curino; /* current inumber; used globally */
102 int mapfiles(ino_t maxino, long *tapesize);
103 int mapdirs(ino_t maxino, long *tapesize);
108 void dumpino(union dinode *dp, ino_t ino);
109 void dumpmap(char *map, int type, ino_t ino);
110 void writeheader(ino_t ino);
125 union dinode *getino(ino_t inum, int *mode);
H A Dtraverse.c71 static int dirindir(ino_t ino, ufs2_daddr_t blkno, int level, long *size,
72 long *tapesize, int nodump, ino_t maxino);
73 static void dmpindir(union dinode *dp, ino_t ino, ufs2_daddr_t blk, int level,
75 static void ufs1_blksout(ufs1_daddr_t *blkp, int frags, ino_t ino);
77 ino_t ino, int last);
79 static void writeextdata(union dinode *dp, ino_t ino, int added);
80 static int searchdir(ino_t ino, ufs2_daddr_t blkno, long size, long filesize,
81 long *tapesize, int nodump, ino_t maxino);
145 mapfiles(ino_t maxino, long *tapesize)
151 ino_t in
[all...]
/freebsd-current/sbin/fsdb/
H A Dfsdb.h56 extern ino_t curinum;
61 void printstat(const char *cp, ino_t inum, union dinode *dp);
/freebsd-current/sys/ufs/ffs/
H A Dffs_extern.h62 ufs2_daddr_t, long, ino_t, __enum_uint8(vtype), struct workhead *,
67 uint64_t ffs_blkrelease_start(struct ufsmount *, struct vnode *, ino_t);
69 int ffs_checkfreefile(struct fs *, struct vnode *, ino_t);
76 int ffs_freefile(struct ufsmount *, struct fs *, struct vnode *, ino_t,
78 void ffs_fserr(struct fs *, ino_t, char *);
81 int ffs_inotovp(struct mount *, ino_t, uint64_t, int, struct vnode **,
99 int ffs_snapblkfree(struct fs *, struct vnode *, ufs2_daddr_t, long, ino_t,
114 int ffs_vfree(struct vnode *, ino_t, int);
116 int ffs_vgetf(struct mount *, ino_t, int, struct vnode **, int);
174 void softdep_freefile(struct vnode *, ino_t, in
[all...]
H A Dsoftdep.h294 ino_t pd_ino; /* associated file */
356 ino_t id_ino; /* dependent inode */
561 ino_t ff_inum; /* owning inode number */
589 ino_t fb_inum; /* inode owner of blocks */
643 ino_t fx_oldinum; /* inum of the unlinked file */
689 ino_t da_newinum; /* inode number for the new dir entry */
745 ino_t dm_oldinum; /* inum of the removed dir entry */
749 ino_t dmu_dirinum; /* parent inode number (for rmdir) */
795 ino_t if_ino; /* Inode number. */
796 ino_t if_paren
[all...]
/freebsd-current/sys/fs/tarfs/
H A Dtarfs.h60 ino_t ino;
135 ino_t ino;
166 ino_t ino;
198 #define TARFS_ROOTINO ((ino_t)3)
199 #define TARFS_ZIOINO ((ino_t)4)
200 #define TARFS_MININO ((ino_t)65535)
/freebsd-current/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.h46 ino_t dtm_nextfileid; /* running number for file id */
92 ino_t dfid_fileid;
118 void dtfs_baseattrs(struct vattr *, enum vtype, ino_t);
/freebsd-current/sys/fs/udf/
H A Dudf.h34 ino_t hash_id;
114 static __inline ino_t
122 int udf_vget(struct mount *, ino_t, int, struct vnode **);
/freebsd-current/lib/libufs/
H A Dlibufs.h69 ino_t d_inomin; /* low ino */
70 ino_t d_inomax; /* high ino */
153 ino_t cgialloc(struct uufsd *);
164 int getinode(struct uufsd *, union dinodep *, ino_t);
H A Dinode.c51 getinode(struct uufsd *disk, union dinodep *dp, ino_t inum)
53 ino_t min, max;
60 if (inum >= (ino_t)fs->fs_ipg * fs->fs_ncg) {
/freebsd-current/sys/sys/
H A Ddirent.h39 typedef __ino_t ino_t; typedef
64 ino_t d_fileno; /* file number of entry */
/freebsd-current/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h87 ino_t node_ino;
143 extern int add_tnode(avl_tree_t **, dev_t, ino_t);
/freebsd-current/contrib/elftoolchain/ar/
H A Dar.h92 ino_t ino; /* inode's number */
113 ino_t ar_ino; /* archive inode. */
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cpp34 # define ino_t __kernel_ino_t macro
43 # undef ino_t macro
/freebsd-current/tools/diag/prtblknos/
H A Dmain.c54 ino_t inonum;
90 inonum >= (ino_t)fs->fs_ipg * fs->fs_ncg)

Completed in 303 milliseconds

1234567