tail head cat sleep
QR code linking to this page

manページ  — VPUT

名称

vput – vnode の使用カウントのデクリメントとロック解除

内容

書式

#include <sys/param.h>
#include <sys/vnode.h>

void
vput(struct vnode *vp);

解説

vnode の v_usecount フィールドをデクリメントし、その vnode のロックを解除します。
vp
  デクリメントされる vnode。

この操作は、 vrele(9) が続く VOP_UNLOCK(9) の呼び出しと、機能的に同等です。

関連項目

vnode(9), VOP_UNLOCK(9), vref(9), vrele(9)

作者

このマニュアルページは Doug Rabson が書きました。

VPUT (9) July 24, 1996

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

Ken Thompson was once asked by a reporter what he would have changed about Unix if he had it all to do over again. His answer: “I would spell creat with an ‘e.'”