/src/sbin/fsck_ext2fs/ |
extern.h | 30 int allocdir(ino_t, ino_t, int); 31 void blkerror(ino_t, const char *, daddr_t); 35 void cacheino(struct ext2fs_dinode *, ino_t); 36 int changeino(ino_t, const char *, ino_t); 42 void direrror(ino_t, const char *); 45 void fileerror(ino_t, ino_t, const char *); 50 void freeino(ino_t); [all...] |
fsck.h | 122 ino_t id_number; /* inode number described */ 123 ino_t id_parent; /* for DATA nodes, their parent */ 170 ino_t zlncnt; 180 ino_t i_number; /* inode number of this entry */ 181 ino_t i_parent; /* inode number of parent */ 182 ino_t i_dotdot; /* inode number of `..' */ 207 extern ino_t maxino; /* number of inodes in file system */ 208 extern ino_t lastino; /* last inode in use */ 213 extern ino_t lfdir; /* lost & found directory inode number */ 244 struct ext2fs_dinode *ginode(ino_t); [all...] |
/src/sbin/fsck_lfs/ |
extern.h | 38 int allocdir(ino_t, ino_t, int); 39 void blkerror(ino_t, const char *, daddr_t); 40 void cacheino(union lfs_dinode *, ino_t); 41 int changeino(ino_t, const char *, ino_t); 44 void checkinode(ino_t, struct inodesc *); 50 void direrror(ino_t, const char *); 53 void fileerror(ino_t, ino_t, const char *) [all...] |
fsck.h | 94 ino_t id_number; /* inode number described */ 95 ino_t id_parent; /* for DATA nodes, their parent */ 140 ino_t zlncnt; 148 ino_t i_number; /* inode number of this entry */ 149 ino_t i_parent; /* inode number of parent */ 150 ino_t i_dotdot; /* inode number of `..' */ 174 ino_t allocino(ino_t, int); 175 int ino_to_fsba(struct lfs *, ino_t); 176 union lfs_dinode *ginode(ino_t); [all...] |
fsck_vars.h | 65 extern ino_t *blockmap; /* ptr to primary blk allocation map */ 67 extern ino_t maxino; /* number of inodes in file system */ 68 extern ino_t lastino; /* last inode in use */ 73 extern ino_t lfdir; /* lost & found directory inode number */ 78 extern ino_t n_files; /* number of files in use */
|
vars.c | 66 ino_t *blockmap; 68 ino_t maxino; /* number of inodes in file system */ 69 ino_t lastino; /* last inode in use */ 74 ino_t lfdir; /* lost & found directory inode number */ 78 ino_t n_files; /* number of files in use */
|
lfs_user.h | 84 struct uvnode *lfs_raw_vget(struct lfs *, ino_t, int, daddr_t); 89 union lfs_dinode *lfs_ifind(struct lfs *, ino_t, struct ubuf *); 93 struct uvnode *lfs_valloc(struct lfs *, ino_t);
|
vnode.h | 58 struct uvnode *(*vgr_func) (void *, ino_t); 74 struct uvnode *vget(void *, ino_t); 75 void register_vget(void *, struct uvnode *(*)(void *, ino_t));
|
/src/sbin/fsck_ffs/ |
extern.h | 29 ino_t allocdir(ino_t, ino_t, int); 30 ino_t allocino(ino_t, int); 31 void blkerror(ino_t, const char *, daddr_t); 35 void cacheino(union dinode *, ino_t); 36 int changeino(ino_t, const char *, ino_t); 46 union dinode * getnextinode(ino_t); [all...] |
/src/sbin/restore/ |
extern.h | 34 struct entry *addentry(const char *, ino_t, int); 35 long addfile(const char *, ino_t, int); 45 long deletefile(const char *, ino_t, int); 46 void deleteino(ino_t); 50 ino_t dirlookup(const char *); 58 int genliteraldir(const char *, ino_t); 64 int inodetype(ino_t); 66 struct entry *lookupino(ino_t); 68 long listfile(const char *, ino_t, int); 69 ino_t lowerbnd(ino_t) [all...] |
restore.h | 58 extern ino_t maxino; /* highest numbered inode in this file system */ 93 ino_t e_ino; /* inode number in previous file sys */ 126 ino_t ino; /* inumber of file */
|
/src/sbin/fsdb/ |
fsdb.h | 50 extern ino_t curinum; 54 void printstat(const char *, ino_t, union dinode *);
|
/src/sys/fs/efs/ |
efs_subr.h | 33 void efs_locate_inode(ino_t, struct efs_sb *, uint32_t *, int *); 34 int efs_read_inode(struct efs_mount *, ino_t, struct lwp *, 39 struct componentname *, ino_t *);
|
/src/sys/fs/ntfs/ |
ntfs_ihash.h | 41 struct ntnode *ntfs_nthashlookup(dev_t, ino_t); 42 struct ntnode *ntfs_nthashget(dev_t, ino_t);
|
ntfs_vfsops.h | 34 int ntfs_vgetex(struct mount *, ino_t, u_int32_t, const char *, u_long,
|
ntfs_inode.h | 58 ino_t i_number; 70 ino_t i_mainrec; /* MFR */ 76 ino_t k_ino; /* Inode number of ntnode. */ 89 ino_t f_pnumber; /* $NAME/dirinfo */ 113 ino_t ntfid_ino; /* File number (ino). */
|
/src/sys/fs/tmpfs/ |
tmpfs_args.h | 45 ino_t ta_nodes_max;
|
/src/bin/pax/ |
tables.h | 61 ino_t ino; /* files inode number */ 130 ino_t trunc_bits; /* truncation pattern for a specific map */ 146 ino_t ino;
|
/src/sys/ufs/ffs/ |
ffs_extern.h | 94 int ffs_valloc(struct vnode *, int, kauth_cred_t, ino_t *); 99 void ffs_blkfree(struct fs *, struct vnode *, daddr_t, long, ino_t); 102 void ffs_blkfree_snap(struct fs *, struct vnode *, daddr_t, long, ino_t); 103 int ffs_vfree(struct vnode *, ino_t, int); 104 int ffs_checkfreefile(struct fs *, struct vnode *, ino_t); 105 int ffs_freefile(struct mount *, ino_t, int); 106 int ffs_freefile_snap(struct fs *, struct vnode *, ino_t, int); 157 int ffs_snapblkfree(struct fs *, struct vnode *, daddr_t, long, ino_t); 202 void ffs_load_inode(struct buf *, struct inode *, struct fs *, ino_t);
|
/src/sys/fs/cd9660/ |
iso_rrip.h | 67 ino_t *inump; /* inode number pointer */ 78 ino_t *inump, struct iso_mnt *imp);
|
/src/sbin/dump/ |
dump.h | 125 extern ino_t curino; /* current inumber; used globally */ 183 ino_t fs_maxino(void); 184 void fs_mapinodes(ino_t, u_int64_t *, int *); 202 void mapfileino(ino_t, u_int64_t *, int *); 203 int mapfiles(ino_t, u_int64_t *, char *, char * const *); 204 int mapdirs(ino_t, u_int64_t *); 207 void blksout32(int32_t *, int, ino_t); 208 void blksout64(union dinode *, int64_t *, int, ino_t, int); 209 void dumpino(union dinode *, ino_t); 211 void dumpmap(char *, int, ino_t); [all...] |
/src/sys/fs/filecorefs/ |
filecore_node.h | 90 ino_t i_number; /* the identity of the inode */ 92 ino_t i_parent; /* the ino of the file's parent */ 130 ino_t filecore_getparent(struct filecore_node *);
|
/src/sys/ufs/lfs/ |
lfs_extern.h | 137 int lfs_valloc(struct vnode *, int, kauth_cred_t, ino_t *, int *); 138 int lfs_valloc_fixed(struct lfs *, ino_t, int); 139 int lfs_vfree(struct vnode *, ino_t, int); 140 void lfs_order_freelist(struct lfs *, ino_t **, size_t *); 142 void lfs_orphan(struct lfs *, ino_t); 143 void lfs_free_orphans(struct lfs *, ino_t *, size_t); 192 union lfs_dinode *lfs_ifind(struct lfs *, ino_t, struct buf *); 205 int lfs_rf_valloc(struct lfs *, ino_t, int, struct lwp *, struct vnode **, union lfs_dinode *); 210 int lfs_rewrite_file(struct lfs *, ino_t, struct lwp *); 236 void lfs_acquire_finfo(struct lfs *fs, ino_t, int) [all...] |
ulfs_extern.h | 105 struct componentname *, ino_t, unsigned, 110 struct inode *, ino_t, int, int, int); 111 int ulfs_dirempty(struct inode *, ino_t, kauth_cred_t);
|
/src/tests/fs/puffs/h_dtfs/ |
dtfs.h | 46 ino_t dtm_nextfileid; /* running number for file id */ 92 ino_t dfid_fileid; 118 void dtfs_baseattrs(struct vattr *, enum vtype, ino_t);
|