vnode_if.src (440cec3faf778469b36b998bb52aab7fbc43eae3) | vnode_if.src (8f226f4c23e6fd158ad8f3c26be8d185cc0b73a2) |
---|---|
1#- 2# Copyright (c) 1992, 1993 3# The Regents of the University of California. All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 387 unchanged lines hidden (view full) --- 396 IN struct vnode *vp; 397}; 398 399%% reclaim vp E E E 400%! reclaim post vop_reclaim_post 401 402vop_reclaim { 403 IN struct vnode *vp; | 1#- 2# Copyright (c) 1992, 1993 3# The Regents of the University of California. All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 387 unchanged lines hidden (view full) --- 396 IN struct vnode *vp; 397}; 398 399%% reclaim vp E E E 400%! reclaim post vop_reclaim_post 401 402vop_reclaim { 403 IN struct vnode *vp; |
404 IN struct thread *td; | |
405}; 406 407 408%! lock1 debugpre vop_lock_debugpre 409%! lock1 debugpost vop_lock_debugpost 410 411vop_lock1 { 412 IN struct vnode *vp; --- 387 unchanged lines hidden --- | 404}; 405 406 407%! lock1 debugpre vop_lock_debugpre 408%! lock1 debugpost vop_lock_debugpost 409 410vop_lock1 { 411 IN struct vnode *vp; --- 387 unchanged lines hidden --- |