Lines Matching defs:_sc
77 #define P9FS_VFID_MTX(_sc) (&(_sc)->vfid_mtx) argument
78 #define P9FS_VFID_LOCK(_sc) mtx_lock(P9FS_VFID_MTX(_sc)) argument
79 #define P9FS_VFID_UNLOCK(_sc) mtx_unlock(P9FS_VFID_MTX(_sc)) argument
80 #define P9FS_VFID_LOCK_INIT(_sc) mtx_init(P9FS_VFID_MTX(_sc), \ argument
82 #define P9FS_VFID_LOCK_DESTROY(_sc) mtx_destroy(P9FS_VFID_MTX(_sc)) argument
84 #define P9FS_VOFID_MTX(_sc) (&(_sc)->vofid_mtx) argument
85 #define P9FS_VOFID_LOCK(_sc) mtx_lock(P9FS_VOFID_MTX(_sc)) argument
86 #define P9FS_VOFID_UNLOCK(_sc) mtx_unlock(P9FS_VOFID_MTX(_sc)) argument
87 #define P9FS_VOFID_LOCK_INIT(_sc) mtx_init(P9FS_VOFID_MTX(_sc), \ argument
89 #define P9FS_VOFID_LOCK_DESTROY(_sc) mtx_destroy(P9FS_VOFID_MTX(_sc)) argument
135 #define P9FS_MTX(_sc) (&(_sc)->p9fs_mtx) argument
136 #define P9FS_LOCK(_sc) mtx_lock(P9FS_MTX(_sc)) argument
137 #define P9FS_UNLOCK(_sc) mtx_unlock(P9FS_MTX(_sc)) argument
138 #define P9FS_LOCK_INIT(_sc) mtx_init(P9FS_MTX(_sc), \ argument
140 #define P9FS_LOCK_DESTROY(_sc) mtx_destroy(P9FS_MTX(_sc)) argument