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

12345

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h71 extern ino_t maxino; /* highest numbered inode in this file system */
99 ino_t e_ino; /* inode number in previous file sys */
126 extern struct entry *lookupino(ino_t);
128 extern struct entry *addentry(char *, ino_t, int);
129 extern void deleteino(ino_t);
142 extern ino_t lowerbnd(ino_t);
143 extern ino_t upperbnd(ino_t);
146 extern ino_t dirlooku
[all...]
H A Ddirs.c30 ino_t t_ino;
42 ino_t ino;
82 static ino_t search(ino_t, char *);
91 static struct inotab *allocinotab(ino_t, struct dinode *, off64_t);
93 static struct inotab *inotablookup(ino_t);
95 static ino_t search();
226 treescan(char *pname, ino_t ino, long (*todo)())
350 ino_t
354 ino_t in
[all...]
H A Dsymtab.c41 static void addino(ino_t, struct entry *);
55 ino_t inum;
84 ino_t inum;
113 ino_t inum;
275 ino_t inum;
371 ino_t inum;
569 ino_t maxino;
582 ino_t i;
645 for (i = 0; !ferror(fp) && i < (ino_t)entrytblsize; i++) {
/illumos-gate/usr/src/uts/common/sys/
H A Dstatfs.h52 ino_t f_files; /* Total number of file nodes (inodes) */
53 ino_t f_ffree; /* Total number of free file nodes */
H A Dustat.h54 ino_t f_tinode; /* total inodes free */
H A Dstat.h74 ino_t st_ino;
91 ino_t st_ino;
112 ino_t st_ino;
219 ino_t st_ino;
245 ino_t st_ino;
280 ino_t st_ino;
H A Ddirent.h45 ino_t d_ino; /* "inode number" of entry */
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h90 #define MWORD(m, i) (m[(ino_t)(i-1)/NBBY])
91 #define MBIT(i) ((1<<((ino_t)(i-1)%NBBY))&0xff)
127 ino_t ino; /* current inumber; used globally */
285 extern void saveino(ino_t, struct dinode *);
286 extern void resetino(ino_t);
287 extern long getigen(ino_t);
291 extern int openi(ino_t, long, char *);
319 extern void toslave(void (*)(ino_t), ino_t);
320 extern void doinode(ino_t);
[all...]
H A Dpartial.c39 static void markino(ino_t);
211 markino((ino_t)st->st_ino);
218 ino_t i;
/illumos-gate/usr/src/lib/libcmdutils/
H A Dlibcmdutils.h79 ino_t node_ino;
123 extern int add_tnode(avl_tree_t **, dev_t, ino_t);
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddinode.h77 #define ROOTINO ((ino_t)2)
85 #define WINO ((ino_t)1)
/illumos-gate/usr/src/common/fs/
H A Dufsops.c77 static ino_t find(fileid_t *filep, char *path);
78 static ino_t dlook(fileid_t *filep, char *path);
97 openi(fileid_t *filep, ino_t inode)
142 static ino_t
147 ino_t inode;
155 return ((ino_t)0);
166 if (r && openi(filep, (ino_t)UFSROOTINO))
167 return ((ino_t)0);
178 return ((ino_t)UFSROOTINO);
181 return ((ino_t)
[all...]
H A Dhsfs.c131 static ino_t dlook(char *, fileid_t *);
132 static int opendir(ino_t, fileid_t *);
133 static ino_t find(char *, fileid_t *);
159 opendir(ino_t inode, fileid_t *filep)
194 static ino_t
199 ino_t n;
230 return ((ino_t)n);
233 static ino_t
479 ino_t ino;
/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h124 ino_t f_ino; /* inode number of this file */
206 ino_t f_s_inum; /* baseline source inode # */
211 ino_t f_d_inum; /* baseline target inode # */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h80 ino_t fn_ino; /* node id for pipes */
175 extern ino_t fifogetid(void);
H A Dufs_filio.h48 ino_t fio_ino; /* input : inode number */
H A Dufs_inode.h247 ino_t i_number; /* i number, 1-to-1 with device address */
597 * LP64 note: we use int32_t instead of ino_t since UFS does not use
834 extern int ufs_iget(struct vfs *, ino_t, struct inode **, cred_t *);
835 extern int ufs_iget_alloced(struct vfs *, ino_t, struct inode **,
856 extern int ufs_dircheckpath(ino_t, struct inode *, struct inode *,
864 extern int ufs_xattrdirempty(struct inode *, ino_t, cred_t *);
869 extern int ufs_ialloc(struct inode *, ino_t, mode_t, struct inode **,
871 extern void ufs_ifree(struct inode *, ino_t, mode_t);
878 extern ino_t dirpref(inode_t *);
916 extern inode_t *ufs_alloc_inode(ufsvfs_t *, ino_t);
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dpath.h57 ino_t ino;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h44 ino_t st_ino;
H A Dtypes.h44 typedef unsigned long ino_t; typedef
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Davltree.c105 * ino_t inode (inode number of inode to be stored)
161 add_tnode(avl_tree_t **stree, dev_t device, ino_t inode)
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c89 static ino_t find(fileid_t *filep, char *path);
90 static ino_t dlook(fileid_t *filep, char *path);
114 openi(fileid_t *filep, ino_t inode)
167 static ino_t
172 ino_t inode;
180 return ((ino_t)0);
189 if (r && openi(filep, (ino_t)UFSROOTINO))
190 return ((ino_t)0);
201 return ((ino_t)UFSROOTINO);
204 return ((ino_t)
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h71 typedef __ino_t ino_t; typedef
105 ino_t st_ino; /* inode's number */
124 ino_t st_ino; /* inode's number */
155 ino_t st_ino; /* inode's number */
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c75 ino_t ino;
83 ino_t h_ino;
84 ino_t h_pino;
114 ino_t ino;
139 void pname(FILE *stream, ino_t i, int lev);
140 struct htab *lookup(ino_t i, int ef);
143 struct dinode *ginode(ino_t inumber);
596 pname(FILE *stream, ino_t i, int lev)
620 lookup(ino_t i, int ef)
685 ginode(ino_t inumbe
[all...]
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c103 static ino_t find(fileid_t *, char *);
104 static ino_t dlook(fileid_t *, char *);
105 static int opendir(fileid_t *, ino_t);
109 static void hs_seti(fileid_t *, struct hs_direct *, ino_t);
124 opendir(fileid_t *filep, ino_t inode)
155 static ino_t
160 ino_t inode;
173 return ((ino_t)-1);
192 return ((ino_t)-1);
219 static ino_t
[all...]

Completed in 133 milliseconds

12345