tail head cat sleep
QR code linking to this page

manページ  — VOP_LEASE

名称

VOP_LEASE – ユーザ証明と操作のタイプの特有の組に対する vnode の正当性の確認

内容

書式

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

int
VOP_LEASE(struct vnode *vp, struct thread *td, struct ucred *cred, int type);

解説

このエントリポイントは、現在実装されていません。 この着想は、ユーザ証明と操作の型の特有の組のための vnode を確認するための ものです。 サポートされている、2 つの操作の型は LEASE_READ および LEASE_WRITE です。

戻り値

現在、この関数は全ての場合に 0 を返します。

関連項目

VOP_READ(9), VOP_WRITE(9)

ロック

入る時、vnode は排他的にロックされていなければならず、 戻り時まで排他的にロックされ続けているべきです。

作者

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

VOP_LEASE (9) September 24, 1999

tail head cat sleep
QR code linking to this page


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

Ken Thompson has an automobile which he helped design. Unlike most automobiles, it has neither speedometer, nor gas gauge, nor any of the other numerous idiot lights which plague the modern driver. Rather, if the driver makes a mistake, a giant “?” lights up in the center of the dashboard. “The experienced driver,” says Thompson, “will usually know what's wrong.”