Lines Matching refs:nfsnode_t

113 	nfsnode_t               nb_np;          /* nfsnode buffer belongs to */
455 nfsnode_t nof_np; /* nfsnode this open is for */
794 #define VTONFS(vp) ((nfsnode_t)vnode_fsnode(vp))
841 int nfs_node_lock(nfsnode_t);
842 int nfs_node_lock_internal(nfsnode_t, int);
843 void nfs_node_lock_force(nfsnode_t);
844 void nfs_node_unlock(nfsnode_t);
845 int nfs_node_lock2(nfsnode_t, nfsnode_t);
846 void nfs_node_unlock2(nfsnode_t, nfsnode_t);
847 int nfs_node_set_busy(nfsnode_t, thread_t);
848 int nfs_node_set_busy2(nfsnode_t, nfsnode_t, thread_t);
849 int nfs_node_set_busy4(nfsnode_t, nfsnode_t, nfsnode_t, nfsnode_t, thread_t);
850 void nfs_node_clear_busy(nfsnode_t);
851 void nfs_node_clear_busy2(nfsnode_t, nfsnode_t);
852 void nfs_node_clear_busy4(nfsnode_t, nfsnode_t, nfsnode_t, nfsnode_t);
853 void nfs_data_lock(nfsnode_t, int);
854 void nfs_data_lock_noupdate(nfsnode_t, int);
855 void nfs_data_lock_internal(nfsnode_t, int, int);
856 void nfs_data_unlock(nfsnode_t);
857 void nfs_data_unlock_noupdate(nfsnode_t);
858 void nfs_data_unlock_internal(nfsnode_t, int);
859 void nfs_data_update_size(nfsnode_t, int);
863 …t nfs_nget(mount_t, nfsnode_t, struct componentname *, u_char *, uint32_t, struct nfs_vattr *, u_i…
865 void nfs_dir_cookie_cache(nfsnode_t, uint64_t, uint64_t);
866 int nfs_dir_cookie_to_lbn(nfsnode_t, uint64_t, int *, uint64_t *);
867 void nfs_invaldir(nfsnode_t);
874 boolean_t nfs_buf_is_incore(nfsnode_t, daddr64_t);
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 **);
879 void nfs_buf_normalize_valid_range(nfsnode_t, struct nfsbuf *);
885 void nfs_buf_check_write_verifier(nfsnode_t, struct nfsbuf *);
891 int nfs_buf_iterprepare(nfsnode_t, struct nfsbuflists *, int);
892 void nfs_buf_itercomplete(nfsnode_t, struct nfsbuflists *, int);
900 int nfs_bioread(nfsnode_t, uio_t, int, vfs_context_t);
901 int nfs_buf_readahead(nfsnode_t, int, daddr64_t *, daddr64_t, thread_t, kauth_cred_t);
913 int nfs_flushcommits(nfsnode_t, int);
914 int nfs_flush(nfsnode_t, int, thread_t, int);