Searched refs:nfsbuf (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/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); 879 uint64_t nfs_dir_buf_freespace(struct nfsbuf *, int); 884 void nfs_buf_remfree(struct nfsbuf *); 886 struct nfsbuf * nfs_buf_incore(nfsnode_t, daddr64_t); 887 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_DECLARE(nfsbuf_zone, "NFS bio", sizeof(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 | 909 struct nfsbuf; 975 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 | 475 nfs_dir_buf_cache_lookup_boundaries(struct nfsbuf *bp, int *sof, int *eof) in nfs_dir_buf_cache_lookup_boundaries() 2129 struct nfsbuf *bp; in nfs_vnop_setattr() 2769 struct nfsbuf *bp = NULL; in nfs_vnop_readlink() 3133 struct nfsbuf *bp; in nfs_vnop_write() 3231 struct nfsbuf *eofbp = NULL; in nfs_vnop_write() 5626 struct nfsbuf *bp = NULL; in nfs_vnop_readdir() 5893 nfs_dir_buf_freespace(struct nfsbuf *bp, int rdirplus) in nfs_dir_buf_freespace() 5986 struct nfsbuf *bp, *lastbp; in nfs_dir_cookie_to_lbn() 6138 struct nfsbuf *bp, in nfs_dir_buf_search() 6220 struct nfsbuf *bp, *lastbp, *foundbp; in nfs_dir_buf_cache_lookup() [all …]
|
| H A D | nfs4_vnops.c | 783 nfs4_readdir_rpc(nfsnode_t dnp, struct nfsbuf *bp, vfs_context_t ctx) in nfs4_readdir_rpc() 8438 struct nfsbuf *bp = NULL; in nfs4_named_attr_get() 8892 struct nfsbuf *bp = NULL; in nfs4_vnop_listxattr()
|