tail head cat sleep
QR code linking to this page

manページ  — VRELE

名称

vrele – vnode の使用カウントのデクリメント

内容

書式

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

void
vrele(struct vnode *vp);

解説

vnode の v_usecount フィールドをデクリメントします。
vp
  デクリメントされる vnode。

vnode を使用中のシステム中の全てのコードは、 その vnode を使い終えた時には、 vrele() を呼び出すべきです。 その vnode の v_usecount フィールドが 0 に達した場合には、その vnode はフリーリストに置かれます。

関連項目

vget(9), vnode(9), vput(9), vref(9)

作者

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

VRELE (9) July 24, 1996

tail head cat sleep
QR code linking to this page


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

The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on.
— Patrick Sobalvarro