Searched refs:ino64_t (Results 1 - 25 of 62) sorted by relevance

123

/illumos-gate/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 Dextdirent.h47 ino64_t ed_ino; /* "inode number" of entry */
H A Ddirent.h70 ino64_t d_ino; /* "inode number" of entry */
H A Dstat.h134 ino64_t st_ino;
306 ino64_t st_ino;
378 ino64_t st_ino;
H A Dtypes.h172 typedef ino_t ino64_t; /* expanded inode type */ typedef
177 typedef u_longlong_t ino64_t; /* expanded inode type */ typedef
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dseekdir.c96 if (dp64->d_ino == (ino64_t)-1) {
99 dp32 = (dirent_t *)((uintptr_t)dp64 + sizeof (ino64_t));
100 dp64->d_ino = (ino64_t)dp32->d_ino;
H A Dtelldir.c90 if (dp64->d_ino == (ino64_t)-1) {
93 dp32 = (dirent_t *)((uintptr_t)dp64 + sizeof (ino64_t));
94 dp64->d_ino = (ino64_t)dp32->d_ino;
H A Dreaddir.c101 if (dp64->d_ino == (ino64_t)-1) {
105 dp64->d_ino = (ino64_t)dp32->d_ino;
157 dp64->d_ino = (ino64_t)-1; /* flag as converted for readdir64 */
H A Dreaddir_r.c113 if (dp64->d_ino == (ino64_t)-1) {
117 dp64->d_ino = (ino64_t)dp32->d_ino;
/illumos-gate/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,
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,
H A Dctfs_cdir.c58 static ino64_t ctfs_cdir_do_inode(vnode_t *, int);
124 static ino64_t
H A Dctfs_root.c96 static ino64_t ctfs_root_do_inode(vnode_t *, int);
504 static ino64_t
/illumos-gate/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,
H A Dobjfs_odir.c43 static ino64_t
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_impl.h56 extern struct vnode *hs_findhash(ino64_t nodeid, uint_t lbn, uint_t off,
H A Dhsfs_node.h51 ino64_t inode; /* inode number from rrip data */
96 ino64_t hs_nodeid; /* "inode" number for hsnode */
H A Dpc_dir.h254 ino64_t d_ino; /* "inode number" of entry */
/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c161 ino64_t *pino, ino64_t *ino)
226 uio_t *uiop, ino64_t parent, ino64_t self, int flags)
311 ino64_t ino, const char *name, int eflags)
341 ino64_t ino, unsigned long num)
556 gfs_root_create(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino,
580 gfs_root_create_file(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino)
749 ino64_t ino;
1006 ino64_t in
[all...]
/illumos-gate/usr/src/ucbhead/sys/
H A Ddir.h88 ino64_t d_ino; /* inode number of entry */
H A Dtypes.h200 typedef ino_t ino64_t; typedef
206 typedef u_longlong_t ino64_t; /* expanded inode type */ typedef
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mangle_name.c299 smb_mangle(const char *name, ino64_t fid, char *buf, size_t buflen)
373 ino64_t ino;
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c175 vap->va_nodeid = (ino64_t)FDROOTINO;
180 vap->va_nodeid = (ino64_t)fdtoi(getminor(vp->v_rdev));
255 dirent->d_ino = (ino64_t)FDROOTINO;
260 dirent->d_ino = (ino64_t)FDROOTINO;
272 dirent->d_ino = (ino64_t)fdtoi(n);
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c206 ino64_t ino = (ino64_t)-1L;
229 if (off == (off64_t)-1L || (uuid == NULL && (ino == (ino64_t)-1L ||
237 * Search our xref list for matching (dev_t, ino64_t) or (uuid).

Completed in 89 milliseconds

123