Symbol: gfs_readdir_state_t
usr/src/uts/common/fs/gfs.c
1005
gfs_readdir_state_t gstate;
usr/src/uts/common/fs/gfs.c
226
gfs_readdir_init(gfs_readdir_state_t *st, int name_max, int ureclen,
usr/src/uts/common/fs/gfs.c
259
gfs_readdir_emit_int(gfs_readdir_state_t *st, uio_t *uiop, offset_t next)
usr/src/uts/common/fs/gfs.c
311
gfs_readdir_emit(gfs_readdir_state_t *st, uio_t *uiop, offset_t voff,
usr/src/uts/common/fs/gfs.c
341
gfs_readdir_emitn(gfs_readdir_state_t *st, uio_t *uiop, offset_t voff,
usr/src/uts/common/fs/gfs.c
360
gfs_readdir_pred(gfs_readdir_state_t *st, uio_t *uiop, offset_t *voffp)
usr/src/uts/common/fs/gfs.c
397
gfs_readdir_fini(gfs_readdir_state_t *st, int error, int *eofp, int eof)
usr/src/uts/common/fs/proc/prvnops.c
5102
gfs_readdir_state_t gstate;
usr/src/uts/common/fs/proc/prvnops.c
5341
gfs_readdir_state_t gstate;
usr/src/uts/common/fs/proc/prvnops.c
5444
gfs_readdir_state_t gstate;
usr/src/uts/common/fs/proc/prvnops.c
5588
gfs_readdir_state_t gstate;
usr/src/uts/common/fs/proc/prvnops.c
5834
gfs_readdir_state_t gstate;
usr/src/uts/common/fs/proc/prvnops.c
5894
gfs_readdir_state_t gstate;
usr/src/uts/common/fs/xattr.c
1367
gfs_readdir_state_t gstate;
usr/src/uts/common/sys/gfs.h
140
extern int gfs_readdir_init(gfs_readdir_state_t *, int, int, uio_t *, ino64_t,
usr/src/uts/common/sys/gfs.h
142
extern int gfs_readdir_emit(gfs_readdir_state_t *, uio_t *, offset_t, ino64_t,
usr/src/uts/common/sys/gfs.h
144
extern int gfs_readdir_emitn(gfs_readdir_state_t *, uio_t *, offset_t, ino64_t,
usr/src/uts/common/sys/gfs.h
146
extern int gfs_readdir_pred(gfs_readdir_state_t *, uio_t *, offset_t *);
usr/src/uts/common/sys/gfs.h
147
extern int gfs_readdir_fini(gfs_readdir_state_t *, int, int *, int);