Searched refs:nfsbuf (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfsnode.h | 102 struct nfsbuf { struct 103 LIST_ENTRY(nfsbuf) nb_hash; /* hash chain */ 104 LIST_ENTRY(nfsbuf) nb_vnbufs; /* nfsnode's nfsbuf chain */ 105 TAILQ_ENTRY(nfsbuf) nb_free; /* free list position if not active. */ 215 LIST_HEAD(nfsbuflists, nfsbuf); 216 TAILQ_HEAD(nfsbuffreehead, nfsbuf); 868 uint64_t nfs_dir_buf_freespace(struct nfsbuf *, int); 873 void nfs_buf_remfree(struct nfsbuf *); 875 struct nfsbuf * nfs_buf_incore(nfsnode_t, daddr64_t); 876 int nfs_buf_get(nfsnode_t, daddr64_t, uint32_t, thread_t, int, struct nfsbuf **); [all …]
|
| H A D | nfs_bio.c | 111 LIST_HEAD(nfsbufhashhead, nfsbuf) * nfsbufhashtbl; 120 static ZONE_DEFINE_TYPE(nfsbuf_zone, "NFS bio", struct nfsbuf, ZC_NONE); 259 struct nfsbuf *fbp; in nfs_buf_freeup() 354 nfs_buf_remfree(struct nfsbuf *bp) in nfs_buf_remfree() 393 struct nfsbuf * 397 struct nfsbuf * bp = NFSBUFHASH(np, blkno)->lh_first; in nfs_buf_incore() 421 struct nfsbuf *bp; in nfs_buf_page_inval_internal() 470 nfs_buf_upl_setup(struct nfsbuf *bp) in nfs_buf_upl_setup() 513 nfs_buf_upl_check(struct nfsbuf *bp) in nfs_buf_upl_check() 569 nfs_buf_map(struct nfsbuf *bp) in nfs_buf_map() [all …]
|
| H A D | nfs.h | 908 struct nfsbuf; 974 struct nfsbuf *rcb_bp; /* buffer I/O RPC is for */ 1361 int nfs_dir_buf_search(struct nfsbuf *, struct componentname *, fhandle_t *, struct nfs_vattr *… 1500 int nfs4_readdir_rpc(nfsnode_t, struct nfsbuf *, vfs_context_t); 1524 int nfs3_readdir_rpc(nfsnode_t, struct nfsbuf *, vfs_context_t);
|
| H A D | nfs_vnops.c | 472 nfs_dir_buf_cache_lookup_boundaries(struct nfsbuf *bp, int *sof, int *eof) in nfs_dir_buf_cache_lookup_boundaries() 2116 struct nfsbuf *bp; in nfs_vnop_setattr() 2756 struct nfsbuf *bp = NULL; in nfs_vnop_readlink() 3120 struct nfsbuf *bp; in nfs_vnop_write() 3218 struct nfsbuf *eofbp = NULL; in nfs_vnop_write() 5616 struct nfsbuf *bp = NULL; in nfs_vnop_readdir() 5882 nfs_dir_buf_freespace(struct nfsbuf *bp, int rdirplus) in nfs_dir_buf_freespace() 5975 struct nfsbuf *bp, *lastbp; in nfs_dir_cookie_to_lbn() 6127 struct nfsbuf *bp, in nfs_dir_buf_search() 6209 struct nfsbuf *bp, *lastbp, *foundbp; in nfs_dir_buf_cache_lookup() [all …]
|
| H A D | nfs4_vnops.c | 786 nfs4_readdir_rpc(nfsnode_t dnp, struct nfsbuf *bp, vfs_context_t ctx) in nfs4_readdir_rpc() 8450 struct nfsbuf *bp = NULL; in nfs4_named_attr_get() 8904 struct nfsbuf *bp = NULL; in nfs4_vnop_listxattr()
|