Lines Matching refs:nfsnode_t

117 	nfsnode_t		nb_np;		/* nfsnode buffer belongs to */
431 nfsnode_t nof_np; /* nfsnode this open is for */
758 #define VTONFS(vp) ((nfsnode_t)vnode_fsnode(vp))
804 int nfs_node_lock(nfsnode_t);
805 int nfs_node_lock_internal(nfsnode_t, int);
806 void nfs_node_lock_force(nfsnode_t);
807 void nfs_node_unlock(nfsnode_t);
808 int nfs_node_lock2(nfsnode_t, nfsnode_t);
809 void nfs_node_unlock2(nfsnode_t, nfsnode_t);
810 int nfs_node_set_busy(nfsnode_t, thread_t);
811 int nfs_node_set_busy2(nfsnode_t, nfsnode_t, thread_t);
812 int nfs_node_set_busy4(nfsnode_t, nfsnode_t, nfsnode_t, nfsnode_t, thread_t);
813 void nfs_node_clear_busy(nfsnode_t);
814 void nfs_node_clear_busy2(nfsnode_t, nfsnode_t);
815 void nfs_node_clear_busy4(nfsnode_t, nfsnode_t, nfsnode_t, nfsnode_t);
816 void nfs_data_lock(nfsnode_t, int);
817 void nfs_data_lock_noupdate(nfsnode_t, int);
818 void nfs_data_lock_internal(nfsnode_t, int, int);
819 void nfs_data_unlock(nfsnode_t);
820 void nfs_data_unlock_noupdate(nfsnode_t);
821 void nfs_data_unlock_internal(nfsnode_t, int);
822 void nfs_data_update_size(nfsnode_t, int);
826 int nfs_nget(mount_t,nfsnode_t,struct componentname *,u_char *,int,struct nfs_vattr *,u_int64_t *,uint32_t,int,nfsnode_t*);
828 void nfs_dir_cookie_cache(nfsnode_t, uint64_t, uint64_t);
829 int nfs_dir_cookie_to_lbn(nfsnode_t, uint64_t, int *, uint64_t *);
830 void nfs_invaldir(nfsnode_t);
837 boolean_t nfs_buf_is_incore(nfsnode_t, daddr64_t);
838 struct nfsbuf * nfs_buf_incore(nfsnode_t, daddr64_t);
839 int nfs_buf_get(nfsnode_t, daddr64_t, uint32_t, thread_t, int, struct nfsbuf **);
842 void nfs_buf_normalize_valid_range(nfsnode_t, struct nfsbuf *);
848 void nfs_buf_check_write_verifier(nfsnode_t, struct nfsbuf *);
854 int nfs_buf_iterprepare(nfsnode_t, struct nfsbuflists *, int);
855 void nfs_buf_itercomplete(nfsnode_t, struct nfsbuflists *, int);
857 int nfs_bioread(nfsnode_t, uio_t, int, vfs_context_t);
858 int nfs_buf_readahead(nfsnode_t, int, daddr64_t *, daddr64_t, thread_t, kauth_cred_t);
870 int nfs_flushcommits(nfsnode_t, int);
871 int nfs_flush(nfsnode_t, int, thread_t, int);