P9FS_MTX
#define P9FS_LOCK(_sc) mtx_lock(P9FS_MTX(_sc))
#define P9FS_UNLOCK(_sc) mtx_unlock(P9FS_MTX(_sc))
#define P9FS_LOCK_INIT(_sc) mtx_init(P9FS_MTX(_sc), \
#define P9FS_LOCK_DESTROY(_sc) mtx_destroy(P9FS_MTX(_sc))