Home
last modified time | relevance | path

Searched refs:ino64_t (Results 1 – 25 of 84) sorted by relevance

1234

/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h182 ino64_t fileno; /* fileno */
194 ino64_t fileno; /* fileno */
206 ino64_t fileno; /* fileno */
218 ino64_t fileno; /* fileno */
228 ino64_t fileno; /* fileno */
238 ino64_t fileno; /* fileno */
249 ino64_t fileno; /* fileno */
261 ino64_t fileno; /* fileno */
271 ino64_t fileno; /* fileno */
281 ino64_t fileno; /* fileno */
[all …]
H A Dcachefs_fscache.h61 ino64_t fi_root; /* inode # of root of fs */
64 ino64_t fi_localfileno; /* next local fileno to use */
77 ino64_t cit_real;
78 ino64_t cit_fake;
88 ino64_t fs_cfsid; /* File system ID */
202 int fscache_activate(fscache_t *fscp, ino64_t fsid, char *namep,
203 struct cachefsoptions *optp, ino64_t backfileno);
204 int fscache_enable(fscache_t *fscp, ino64_t fsid, char *namep,
205 struct cachefsoptions *optp, ino64_t backfileno);
216 fscache_t *fscache_list_find(cachefscache_t *cachep, ino64_t fsid);
[all …]
H A Dcachefs_fs.h187 ino64_t cid_fileno; /* fileno */
480 ino64_t db_fsid;
481 ino64_t db_fileno;
509 ino64_t rl_fsid;
510 ino64_t rl_fileno;
714 ino64_t md_localfileno; /* persistent local inum */
748 ino64_t md_localfileno; /* persistent local inum */
1043 ino64_t cf_fileno;
1138 int cachefs_fileno_inuse(fscache_t *fscp, ino64_t fileno);
1156 void cachefs_inum_register(fscache_t *fscp, ino64_t real, ino64_t fake);
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dgfs.h76 ino64_t gfs_ino; /* inode for this vnode */
81 typedef int (*gfs_lookup_cb)(vnode_t *, const char *, vnode_t **, ino64_t *,
83 typedef ino64_t (*gfs_inode_cb)(vnode_t *, int);
101 extern vnode_t *gfs_root_create(size_t, struct vfs *, vnodeops_t *, ino64_t,
104 ino64_t);
135 ino64_t grd_parent; /* inode of parent */
136 ino64_t grd_self; /* inode of self */
140 extern int gfs_readdir_init(gfs_readdir_state_t *, int, int, uio_t *, ino64_t,
141 ino64_t, int);
142 extern int gfs_readdir_emit(gfs_readdir_state_t *, uio_t *, offset_t, ino64_t,
[all …]
H A Dmntio.h77 ino64_t mtl_ino;
87 ino64_t mtl_ino;
H A Dstat.h134 ino64_t st_ino;
306 ino64_t st_ino;
378 ino64_t st_ino;
H A Dextdirent.h47 ino64_t ed_ino; /* "inode number" of entry */
/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_tdir.c61 static int ctfs_tdir_do_lookup(vnode_t *, const char *, vnode_t **, ino64_t *,
63 static ino64_t ctfs_tdir_do_inode(vnode_t *, int);
102 static ino64_t
138 ctfs_tdir_do_lookup(vnode_t *vp, const char *nm, vnode_t **vpp, ino64_t *inop, in ctfs_tdir_do_lookup()
H A Dctfs_all.c53 static int ctfs_adir_do_lookup(vnode_t *, const char *, vnode_t **, ino64_t *,
100 ctfs_adir_do_lookup(vnode_t *vp, const char *nm, vnode_t **vpp, ino64_t *inop, in ctfs_adir_do_lookup()
H A Dctfs_cdir.c58 static ino64_t ctfs_cdir_do_inode(vnode_t *, int);
124 static ino64_t
/titanic_44/usr/src/lib/libc/port/gen/
H A Dtelldir.c90 if (dp64->d_ino == (ino64_t)-1) { in telldir64()
93 dp32 = (dirent_t *)((uintptr_t)dp64 + sizeof (ino64_t)); in telldir64()
94 dp64->d_ino = (ino64_t)dp32->d_ino; in telldir64()
H A Dseekdir.c96 if (dp64->d_ino == (ino64_t)-1) { in seekdir64()
99 dp32 = (dirent_t *)((uintptr_t)dp64 + sizeof (ino64_t)); in seekdir64()
100 dp64->d_ino = (ino64_t)dp32->d_ino; in seekdir64()
H A Dreaddir.c101 if (dp64->d_ino == (ino64_t)-1) { in readdir64()
105 dp64->d_ino = (ino64_t)dp32->d_ino; in readdir64()
157 dp64->d_ino = (ino64_t)-1; /* flag as converted for readdir64 */ in readdir()
H A Dreaddir_r.c113 if (dp64->d_ino == (ino64_t)-1) { in readdir64_r()
117 dp64->d_ino = (ino64_t)dp32->d_ino; in readdir64_r()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c71 int fscdir_find(cachefscache_t *cachep, ino64_t fsid, fscache_t *fscp);
217 fscache_setup(fscache_t *fscp, ino64_t fsid, char *namep, in fscache_setup()
218 struct cachefsoptions *optp, ino64_t backfileno, int setflags) in fscache_setup()
306 fscache_activate(fscache_t *fscp, ino64_t fsid, char *namep, in fscache_activate()
307 struct cachefsoptions *optp, ino64_t backfileno) in fscache_activate()
325 fscache_enable(fscache_t *fscp, ino64_t fsid, char *namep, in fscache_enable()
326 struct cachefsoptions *optp, ino64_t backfileno) in fscache_enable()
617 fscache_list_find(cachefscache_t *cachep, ino64_t fsid) in fscache_list_find()
787 ino64_t fsid; in fscdir_create()
921 fscdir_find(cachefscache_t *cachep, ino64_t fsid, fscache_t *fscp) in fscdir_find()
[all …]
H A Dcachefs_log.c832 fid_t *fidp, ino64_t fileno, uid_t uid, u_offset_t offset, size_t len) in cachefs_log_getpage()
880 fid_t *fidp, ino64_t fileno, uid_t uid, u_offset_t offset, int eof) in cachefs_log_readdir()
928 fid_t *fidp, ino64_t fileno, uid_t uid, size_t length) in cachefs_log_readlink()
974 fid_t *fidp, ino64_t fileno, uid_t uid) in cachefs_log_remove()
1018 struct vfs *vfsp, fid_t *fidp, ino64_t fileno, uid_t uid) in cachefs_log_rmdir()
1062 fid_t *fidp, ino64_t fileno, uid_t uid, u_offset_t size) in cachefs_log_truncate()
1108 fid_t *fidp, ino64_t fileno, uid_t uid, u_offset_t offset, size_t len) in cachefs_log_putpage()
1156 fid_t *filefidp, ino64_t fileno, uid_t uid) in cachefs_log_create()
1200 fid_t *cfidp, ino64_t fileno, uid_t uid) in cachefs_log_mkdir()
1246 fid_t *gfp, ino64_t fileno, int removed, uid_t uid) in cachefs_log_rename()
[all …]
/titanic_44/usr/src/uts/common/fs/
H A Dgfs.c161 ino64_t *pino, ino64_t *ino) in gfs_get_parent_ino()
226 uio_t *uiop, ino64_t parent, ino64_t self, int flags) in gfs_readdir_init()
311 ino64_t ino, const char *name, int eflags) in gfs_readdir_emit()
341 ino64_t ino, unsigned long num) in gfs_readdir_emitn()
556 gfs_root_create(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino, in gfs_root_create()
580 gfs_root_create_file(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino) in gfs_root_create_file()
749 ino64_t ino; in gfs_dir_lookup_dynamic()
1006 ino64_t ino, pino; in gfs_dir_readdir()
/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c86 extern int dlog_ck(char *dir_path, ino64_t *maxlocalfilenop);
97 int process_fsinfo(char *namep, ino64_t maxlocalfileno,
99 int process_fsgroup(char *dirp, char *namep, res *resp, ino64_t base,
100 int fgsize, ino64_t fsid, int local, int verbose);
957 ino64_t base; in process_fsdir()
960 ino64_t fsid; in process_fsdir()
964 ino64_t maxlocalfileno; in process_fsdir()
1208 process_fsinfo(char *namep, ino64_t maxlocalfileno, cachefs_fsinfo_t *fsinfop, in process_fsinfo()
1313 process_fsgroup(char *dirp, char *namep, res *resp, ino64_t base, int fgsize, in process_fsgroup()
1314 ino64_t fsid, int local, int verbose) in process_fsgroup()
[all …]
H A Ddlog_ck.c45 dlog_ck(char *dir_path, ino64_t *maxlocalfilenop) in dlog_ck()
58 ino64_t fileno, maxlocalfileno; in dlog_ck()
/titanic_44/usr/src/lib/libcmdutils/
H A Dlibcmdutils.h89 ino64_t node_ino;
141 extern int add_tnode(avl_tree_t **, dev_t, ino64_t);
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_maptbl.c230 ino64_t *pa; in maptbl_cidhashaddr()
232 ino64_t fileno; in maptbl_cidhashaddr()
247 pa = (ino64_t *)maptbl_getaddr(maptbl_object_p, index); in maptbl_cidhashaddr()
277 pa = (ino64_t *)maptbl_getaddr(maptbl_object_p, index); in maptbl_cidhashaddr()
/titanic_44/usr/src/uts/common/fs/fd/
H A Dfdops.c175 vap->va_nodeid = (ino64_t)FDROOTINO; in fdgetattr()
180 vap->va_nodeid = (ino64_t)fdtoi(getminor(vp->v_rdev)); in fdgetattr()
255 dirent->d_ino = (ino64_t)FDROOTINO; in fdreaddir()
260 dirent->d_ino = (ino64_t)FDROOTINO; in fdreaddir()
272 dirent->d_ino = (ino64_t)fdtoi(n); in fdreaddir()
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dstats.h204 void *, caddr_t *, cfs_fid_t **, ino64_t *, u_offset_t *, u_offset_t *);
236 ino64_t, uint_t);
H A Dstats_dbm.c276 ino64_t fileno, uint_t count) in stats_dbm_attrcache_addsize()
293 fileno / (ino64_t)mi->mi_filegrp_size); in stats_dbm_attrcache_addsize()
294 gfileno = (uint_t)(fileno % (ino64_t)mi->mi_filegrp_size); in stats_dbm_attrcache_addsize()
/titanic_44/usr/src/uts/common/fs/objfs/
H A Dobjfs_root.c41 static int objfs_root_do_lookup(vnode_t *, const char *, vnode_t **, ino64_t *,
74 objfs_root_do_lookup(vnode_t *vp, const char *nm, vnode_t **vpp, ino64_t *inop, in objfs_root_do_lookup()

1234