Home
last modified time | relevance | path

Searched refs:vfs_put_io_context (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/
H A Dvfs.h77 void vfs_put_io_context(io_context *context);
/haiku/src/system/kernel/
H A Dteam.cpp522 vfs_put_io_context(io_context); in ~Team()
1821 vfs_put_io_context(parentIOContext); in load_image_internal()
1949 vfs_put_io_context(parentIOContext); in load_image_internal()
4542 CObjectDeleter<io_context, void, vfs_put_io_context> in _user_get_extended_team_info()
/haiku/src/system/kernel/fs/
H A Dvfs.cpp5033 vfs_put_io_context(io_context* context) in vfs_put_io_context() function