Home
last modified time | relevance | path

Searched refs:rd_eof (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dgetdents4.c117 while (!readdir_res.rd_eof) { in nfs4getdents()
H A Dnfs_inet.h383 bool_t rd_eof; /* readdir result */ member
H A Dnfs4_xdr.c426 return (xdr_bool(xdrs, &objp->rd_eof)); in xdr_readdir4_res()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c810 rd->rd_eof = FALSE; in xdr_putrddirres()
823 if (!xdr_bool(xdrs, &rd->rd_eof)) in xdr_putrddirres()
862 rd->rd_eof = FALSE; in xdr_getrddirres()
877 if (!xdr_bool(xdrs, &rd->rd_eof)) in xdr_getrddirres()
H A Dnfs_srv.c2558 rd->rd_eof = FALSE; in rfs_readdir()
2596 rd->rd_eof = TRUE; in rfs_readdir()
2600 rd->rd_eof = iseof ? TRUE : FALSE; in rfs_readdir()
2616 if (rd->rd_eof) in rfs_readdir()
2617 rd->rd_eof = FALSE; in rfs_readdir()
H A Dnfs_vnops.c3330 rdc->eof = rd.rd_eof ? 1 : 0; in nfsreaddir()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs.h640 #define rd_eof rd_u.rd_rdok_u.rdok_eof macro