Searched refs:nfsbuf (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfsnode.h92 * The nfsbuf is the nfs equivalent to a struct buf.
94 struct nfsbuf { struct
95 LIST_ENTRY(nfsbuf) nb_hash; /* hash chain */
96 LIST_ENTRY(nfsbuf) nb_vnbufs; /* nfsnode's nfsbuf chain */
97 TAILQ_ENTRY(nfsbuf) nb_free; /* free list position if not active. */
168 /* These flags are used for nfsbuf iterating */
195 LIST_HEAD(nfsbuflists, nfsbuf);
196 TAILQ_HEAD(nfsbuffreehead, nfsbuf);
228 panic("nfsbuf coun
[all...]
H A Dnfs_bio.c104 LIST_HEAD(nfsbufhashhead, nfsbuf) *nfsbufhashtbl;
145 * Initialize nfsbuf lists
195 struct nfsbuf *fbp;
282 nfs_buf_remfree(struct nfsbuf *bp)
285 panic("nfsbuf not on free list");
301 * check for existence of nfsbuf in cache
319 struct nfsbuf *
323 struct nfsbuf * bp = NFSBUFHASH(np, blkno)->lh_first;
346 struct nfsbuf *bp;
393 nfs_buf_upl_setup(struct nfsbuf *b
[all...]
H A Dnfs.h789 struct nfsbuf;
845 struct nfsbuf *rcb_bp; /* buffer I/O RPC is for */
1209 int nfs_dir_buf_search(struct nfsbuf *, struct componentname *, fhandle_t *, struct nfs_vattr *, uint64_t *, time_t *, daddr64_t *, int);
1346 int nfs3_readdir_rpc(nfsnode_t, struct nfsbuf *, vfs_context_t);
1347 int nfs4_readdir_rpc(nfsnode_t, struct nfsbuf *, vfs_context_t);
H A Dnfs_vnops.c1721 struct nfsbuf *bp;
2296 struct nfsbuf *bp = NULL;
2586 struct nfsbuf *bp;
2773 struct nfsbuf *eofbp = NULL;
4771 struct nfsbuf *bp = NULL;
4990 nfs_dir_buf_freespace(struct nfsbuf *bp, int rdirplus)
5082 struct nfsbuf *bp, *lastbp;
5229 struct nfsbuf *bp,
5307 struct nfsbuf *bp, *lastbp, *foundbp;
5436 nfs3_readdir_rpc(nfsnode_t dnp, struct nfsbuf *b
[all...]
H A Dnfs4_vnops.c716 nfs4_readdir_rpc(nfsnode_t dnp, struct nfsbuf *bp, vfs_context_t ctx)
7535 struct nfsbuf *bp = NULL;
7931 struct nfsbuf *bp = NULL;

Completed in 153 milliseconds