Lines Matching refs:nfsnode_t

184 	nfsnode_t dnp,  in nfs_nget()
192 nfsnode_t *npp) in nfs_nget()
194 nfsnode_t np; in nfs_nget()
608 nfsnode_t np; in nfs_vnop_inactive()
928 nfsnode_t np = VTONFS(vp); in nfs_vnop_reclaim()
1134 nfs_node_lock_internal(nfsnode_t np, int force) in nfs_node_lock_internal()
1148 nfs_node_lock(nfsnode_t np) in nfs_node_lock()
1154 nfs_node_lock_force(nfsnode_t np) in nfs_node_lock_force()
1163 nfs_node_unlock(nfsnode_t np) in nfs_node_unlock()
1176 nfs_node_lock2(nfsnode_t np1, nfsnode_t np2) in nfs_node_lock2()
1178 nfsnode_t first, second; in nfs_node_lock2()
1196 nfs_node_unlock2(nfsnode_t np1, nfsnode_t np2) in nfs_node_unlock2()
1209 nfs_node_set_busy(nfsnode_t np, thread_t thd) in nfs_node_set_busy()
1232 nfs_node_clear_busy(nfsnode_t np) in nfs_node_clear_busy()
1246 nfs_node_set_busy2(nfsnode_t np1, nfsnode_t np2, thread_t thd) in nfs_node_set_busy2()
1248 nfsnode_t first, second; in nfs_node_set_busy2()
1266 nfs_node_clear_busy2(nfsnode_t np1, nfsnode_t np2) in nfs_node_clear_busy2()
1276 nfs_node_sort4(nfsnode_t np1, nfsnode_t np2, nfsnode_t np3, nfsnode_t np4, nfsnode_t *list, int *lc… in nfs_node_sort4()
1278 nfsnode_t na[2], nb[2]; in nfs_node_sort4()
1305 nfs_node_set_busy4(nfsnode_t np1, nfsnode_t np2, nfsnode_t np3, nfsnode_t np4, thread_t thd) in nfs_node_set_busy4()
1307 nfsnode_t list[4]; in nfs_node_set_busy4()
1326 nfs_node_clear_busy4(nfsnode_t np1, nfsnode_t np2, nfsnode_t np3, nfsnode_t np4) in nfs_node_clear_busy4()
1328 nfsnode_t list[4]; in nfs_node_clear_busy4()
1341 nfs_data_lock(nfsnode_t np, int locktype) in nfs_data_lock()
1346 nfs_data_lock_noupdate(nfsnode_t np, int locktype) in nfs_data_lock_noupdate()
1351 nfs_data_lock_internal(nfsnode_t np, int locktype, int updatesize) in nfs_data_lock_internal()
1373 nfs_data_unlock(nfsnode_t np) in nfs_data_unlock()
1378 nfs_data_unlock_noupdate(nfsnode_t np) in nfs_data_unlock_noupdate()
1383 nfs_data_unlock_internal(nfsnode_t np, int updatesize) in nfs_data_unlock_internal()
1403 nfs_data_update_size(nfsnode_t np, int datalocked) in nfs_data_update_size()
1438 nfsnode_t np; in nfs_mount_is_dirty()