Searched refs:ndbhp (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c4683 struct nfs_dir_buf_header *ndbhp; local
4765 ndbhp = (struct nfs_dir_buf_header*)bp->nb_data;
4766 if (!ISSET(bp->nb_flags, NB_CACHE) || !ISSET(ndbhp->ndbh_flags, NDB_FULL)) {
4768 ndbhp->ndbh_flags = 0;
4769 ndbhp->ndbh_count = 0;
4770 ndbhp->ndbh_entry_end = sizeof(*ndbhp);
4771 ndbhp->ndbh_ncgen = dnp->n_ncgen;
4797 for (; (i < ndbhp->ndbh_count) && (cookie != dp->d_seekoff); i++) {
4805 if ((i == ndbhp
4903 struct nfs_dir_buf_header *ndbhp = (struct nfs_dir_buf_header*)bp->nb_data; local
4996 struct nfs_dir_buf_header *ndbhp; local
5150 struct nfs_dir_buf_header *ndbhp; local
5358 struct nfs_dir_buf_header *ndbhp; local
[all...]
H A Dnfs4_vnops.c727 struct nfs_dir_buf_header *ndbhp; local
771 ndbhp = (struct nfs_dir_buf_header*)bp->nb_data;
773 if (ndbhp->ndbh_count) {
774 for (i=0; i < ndbhp->ndbh_count-1; i++)
790 if (((bp->nb_lblkno == 0) && (ndbhp->ndbh_count == 0)) &&
836 ndbhp->ndbh_entry_end = (char*)dp - bp->nb_data;
837 ndbhp->ndbh_count = 2;
847 while (nfs_dir_buf_freespace(bp, rdirplus) && !(ndbhp->ndbh_flags & NDB_FULL)) {
934 ndbhp->ndbh_flags |= NDB_FULL;
941 ndbhp
7932 struct nfs_dir_buf_header *ndbhp; local
[all...]
H A Dnfsnode.h262 ((struct direntry*)((char*)((BP)->nb_data) + sizeof(*ndbhp)))

Completed in 29 milliseconds