Searched refs:NDB_FULL (Results 1 – 3 of 3) sorted by relevance
275 #define NDB_FULL 0x0001 /* buffer has been filled */ macro
5729 if (!ISSET(bp->nb_flags, NB_CACHE) || !ISSET(ndbhp->ndbh_flags, NDB_FULL)) { in nfs_vnop_readdir()6438 while (nfs_dir_buf_freespace(bp, rdirplus) && !(ndbhp->ndbh_flags & NDB_FULL)) { in nfs3_readdir_rpc()6538 ndbhp->ndbh_flags |= NDB_FULL; in nfs3_readdir_rpc()6647 ndbhp->ndbh_flags |= (NDB_FULL | NDB_EOF); in nfs3_readdir_rpc()
932 while (nfs_dir_buf_freespace(bp, rdirplus) && !(ndbhp->ndbh_flags & NDB_FULL)) { in nfs4_readdir_rpc()1029 ndbhp->ndbh_flags |= NDB_FULL; in nfs4_readdir_rpc()1142 ndbhp->ndbh_flags |= (NDB_FULL | NDB_EOF); in nfs4_readdir_rpc()8987 if (!ISSET(bp->nb_flags, NB_CACHE) || !ISSET(ndbhp->ndbh_flags, NDB_FULL)) { in nfs4_vnop_listxattr()