Added exec() support function vfs_exec_io_context().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9241 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -55,8 +55,9 @@ extern "C" {
|
|||||||
status_t vfs_init(struct kernel_args *ka);
|
status_t vfs_init(struct kernel_args *ka);
|
||||||
status_t vfs_bootstrap_file_systems(void);
|
status_t vfs_bootstrap_file_systems(void);
|
||||||
status_t vfs_mount_boot_file_system(void);
|
status_t vfs_mount_boot_file_system(void);
|
||||||
void *vfs_new_io_context(void *parent_ioctx);
|
void vfs_exec_io_context(void *context);
|
||||||
int vfs_free_io_context(void *ioctx);
|
void *vfs_new_io_context(void *parentContext);
|
||||||
|
int vfs_free_io_context(void *context);
|
||||||
|
|
||||||
struct rlimit;
|
struct rlimit;
|
||||||
int vfs_getrlimit(int resource, struct rlimit * rlp);
|
int vfs_getrlimit(int resource, struct rlimit * rlp);
|
||||||
|
|||||||
Reference in New Issue
Block a user