Searched refs:gfs_readdir_pred (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dgfs.h146 extern int gfs_readdir_pred(gfs_readdir_state_t *, uio_t *, offset_t *);
/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c72 * gfs_readdir_pred()
204 * while ((error = gfs_readdir_pred(..., &voffset)) != 0) {
217 * As you can see, a zero result from gfs_readdir_pred() or
299 * voff - the virtual offset (obtained from gfs_readdir_pred)
350 * gfs_readdir_pred: readdir loop predicate
359 gfs_readdir_pred(gfs_readdir_state_t *st, uio_t *uiop, offset_t *voffp) function
1018 while ((error = gfs_readdir_pred(&gstate, uiop, &off)) == 0 &&
H A Dxattr.c1377 while ((error = gfs_readdir_pred(&gstate, uiop, &off)) == 0 &&
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c4762 while ((error = gfs_readdir_pred(&gstate, uiop, &n)) == 0) {
5026 * gfs_readdir_pred() utimately causes a call to uiomove().
5028 while ((error = gfs_readdir_pred(&gstate, uiop, &n)) == 0) {
5127 while ((error = gfs_readdir_pred(&gstate, uiop, &tslot)) == 0) {
5263 while ((error = gfs_readdir_pred(&gstate, uiop, &n)) == 0) {
5480 while ((error = gfs_readdir_pred(&gstate, uiop, &n)) == 0) {
5540 while ((error = gfs_readdir_pred(&gstate, uiop, &n)) == 0) {

Completed in 77 milliseconds