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

1234567

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_ihash.h34 struct ntnode *ntfs_nthashlookup(struct cdev *, ino_t);
35 struct ntnode *ntfs_nthashget(struct cdev *, ino_t);
H A Dntfs_vfsops.h42 int ntfs_vgetex(struct mount *, ino_t, u_int32_t, char *, u_long, u_long,
H A Dntfs_inode.h52 ino_t i_number;
64 ino_t i_mainrec; /* MFR */
78 ino_t f_pnumber; /* $NAME/dirinfo */
99 ino_t ntfid_ino; /* File number (ino). */
/freebsd-9.3-release/sbin/restore/
H A Dextern.h33 struct entry *addentry(char *, ino_t, int);
34 long addfile(char *, ino_t, int);
43 long deletefile(char *, ino_t, int);
44 void deleteino(ino_t);
46 ino_t dirlookup(const char *);
55 int genliteraldir(char *, ino_t);
61 int inodetype(ino_t);
63 struct entry *lookupino(ino_t);
65 long listfile(char *, ino_t, int);
66 ino_t lowerbn
[all...]
H A Drestore.h55 extern ino_t maxino; /* highest numbered inode in this file system */
74 ino_t e_ino; /* inode number in previous file sys */
107 ino_t ino; /* inumber of file */
/freebsd-9.3-release/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...]
H A Dext2_extern.h73 int ext2_vfree(struct vnode *, ino_t, int);
83 int ext2_dirempty(struct inode *, ino_t, struct ucred *);
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dfsck.h222 ino_t cursnapshot;
228 ino_t id_number; /* inode number described */
229 ino_t id_parent; /* for DATA nodes, their parent */
278 ino_t i_number; /* inode number of this entry */
279 ino_t i_parent; /* inode number of parent */
280 ino_t i_dotdot; /* inode number of `..' */
330 ino_t maxino; /* number of inodes in file system */
332 ino_t lfdir; /* lost & found directory inode number */
337 ino_t n_files; /* number of files in use */
399 ino_t allocdi
[all...]
H A Ddir.c69 static void freedir(ino_t ino, ino_t parent);
72 static int lftempname(char *bufp, ino_t ino);
246 direrror(ino_t ino, const char *errmesg)
253 fileerror(ino_t cwd, ino_t ino, const char *errmesg)
299 if (linkup(idesc->id_number, (ino_t)0, NULL) == 0) {
383 linkup(ino_t orphan, ino_t parentdir, char *name)
387 ino_t oldlfdi
[all...]
/freebsd-9.3-release/bin/pax/
H A Dtables.h60 ino_t ino; /* files inode number */
129 ino_t trunc_bits; /* truncation pattern for a specific map */
145 ino_t ino;
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_extern.h60 int ufs_checkpath(ino_t, ino_t, struct inode *, struct ucred *, ino_t *);
63 int ufs_dirempty(struct inode *, ino_t, struct ucred *);
71 int ufs_dirrewrite(struct inode *, struct inode *, ino_t, int, int);
73 ino_t *);
94 ino_t, struct buf *, int);
99 struct inode *, ino_t, int);
H A Ddinode.h77 #define ROOTINO ((ino_t)2)
85 #define WINO ((ino_t)1)
149 ino_t di_freelink; /* 240: SUJ: Next unlinked inode. */
171 ino_t di_freelink; /* 4: SUJ: Next unlinked inode. */
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Ddirent.h37 typedef ino_t ino64_t;
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_socket.h53 int svr4_find_socket(struct thread *, struct file *, dev_t, ino_t,
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_fs_i.h43 ino_t i_number;
45 ino_t i_ino;
85 ino_t rfid_dirid; /* File key */
86 ino_t rfid_objectid;
/freebsd-9.3-release/sbin/dump/
H A Ddump.h68 ino_t curino; /* current inumber; used globally */
105 int mapfiles(ino_t maxino, long *tapesize);
106 int mapdirs(ino_t maxino, long *tapesize);
111 void dumpino(union dinode *dp, ino_t ino);
112 void dumpmap(char *map, int type, ino_t ino);
113 void writeheader(ino_t ino);
128 union dinode *getino(ino_t inum, int *mode);
H A Dtraverse.c76 static int dirindir(ino_t ino, ufs2_daddr_t blkno, int level, long *size,
77 long *tapesize, int nodump, ino_t maxino);
78 static void dmpindir(union dinode *dp, ino_t ino, ufs2_daddr_t blk, int level,
80 static void ufs1_blksout(ufs1_daddr_t *blkp, int frags, ino_t ino);
82 ino_t ino, int last);
84 static void writeextdata(union dinode *dp, ino_t ino, int added);
85 static int searchdir(ino_t ino, ufs2_daddr_t blkno, long size, long filesize,
86 long *tapesize, int nodump, ino_t maxino);
151 mapfiles(ino_t maxino, long *tapesize)
157 ino_t in
[all...]
/freebsd-9.3-release/sbin/fsdb/
H A Dfsdb.h54 extern ino_t curinum;
59 void printstat(const char *cp, ino_t inum, union dinode *dp);
/freebsd-9.3-release/sys/fs/cd9660/
H A Diso_rrip.h64 ino_t *inump; /* inode number pointer */
77 ino_t *inump, struct iso_mnt *imp);
/freebsd-9.3-release/contrib/tcpdump/
H A Dnfsfh.h70 extern void Parse_fh(const unsigned char *, int, my_fsid *, ino_t *, const char **, const char **, int);
/freebsd-9.3-release/lib/libufs/
H A Dlibufs.h48 ino_t d_inomin; /* low inode */
49 ino_t d_inomax; /* high inode */
111 ino_t cgialloc(struct uufsd *);
120 int getino(struct uufsd *, void **, ino_t, int *);
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_extern.h64 ufs2_daddr_t, long, ino_t, enum vtype, struct workhead *);
67 int ffs_checkfreefile(struct fs *, struct vnode *, ino_t);
74 int ffs_freefile(struct ufsmount *, struct fs *, struct vnode *, ino_t,
76 void ffs_fserr(struct fs *, ino_t, char *);
79 void ffs_load_inode(struct buf *, struct inode *, struct fs *, ino_t);
89 int ffs_snapblkfree(struct fs *, struct vnode *, ufs2_daddr_t, long, ino_t,
102 int ffs_vfree(struct vnode *, ino_t, int);
104 int ffs_vgetf(struct mount *, ino_t, int, struct vnode **, int);
132 void softdep_freefile(struct vnode *, ino_t, int);
136 void softdep_setup_inomapdep(struct buf *, struct inode *, ino_t, in
[all...]
H A Dsoftdep.h248 ino_t pd_ino; /* associated file */
310 ino_t id_ino; /* dependent inode */
513 ino_t ff_inum; /* owning inode number */
540 ino_t fb_inum; /* inode owner of blocks */
594 ino_t fx_oldinum; /* inum of the unlinked file */
640 ino_t da_newinum; /* inode number for the new dir entry */
696 ino_t dm_oldinum; /* inum of the removed dir entry */
700 ino_t dmu_dirinum; /* parent inode number (for rmdir) */
746 ino_t if_ino; /* Inode number. */
747 ino_t if_paren
[all...]
/freebsd-9.3-release/sys/fs/udf/
H A Dudf.h34 ino_t hash_id;
112 static __inline ino_t
120 int udf_vget(struct mount *, ino_t, int, struct vnode **);
/freebsd-9.3-release/contrib/nvi/common/
H A Dexf.h41 ino_t minode; /* Inode. */

Completed in 193 milliseconds

1234567