tail head cat sleep
QR code linking to this page

manページ  — VFS_START

名称

VFS_START – ファイルシステムを操作可能にする

内容

書式

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

int
VFS_START(struct mount *mp, int flags, struct thread *td);

解説

VFS_START() マクロは VFS_MOUNT(9) の後且つファイルシステムへの最初のアクセスの前に呼び出されます。

引数は以下の通りです。
mp
  ファイルシステム。
flags
  フラグはファイルシステムの vfs_start メソッドに渡します。
td
  ファイルシステムを起動しているスレッド。

関連項目

VFS(9), vnode(9)

作者

このマニュアルページは Doug Rabson によって書かれました。

VFS_START (9) January 7, 2005

tail head cat sleep
QR code linking to this page


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

On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.
— Charles Babbage