Home
last modified time | relevance | path

Searched refs:cookieDeleter (Results 1 – 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp384 ObjectDeleter<VmdkCookie> cookieDeleter(cookie); in vmdk_scan_partition() local
414 cookieDeleter.Detach(); in vmdk_scan_partition()
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp570 ObjectDeleter<FileCookie> cookieDeleter(cookie); in open_file() local
590 _cookie = cookieDeleter.Detach(); in open_file()
678 ObjectDeleter<FileCookie> cookieDeleter(cookie); in create_file() local
720 _cookie = cookieDeleter.Detach(); in create_file()
1885 ObjectDeleter<AttributeCookie> cookieDeleter(cookie); in checksumfs_create_attr() local
1934 *_cookie = cookieDeleter.Detach(); in checksumfs_create_attr()
1952 ObjectDeleter<AttributeCookie> cookieDeleter(cookie); in checksumfs_open_attr() local
2006 *_cookie = cookieDeleter.Detach(); in checksumfs_open_attr()
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp277 ObjectDeleter<file_cookie> cookieDeleter(cookie); in ufs2_open() local
283 cookieDeleter.Detach(); in ufs2_open()
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp474 ObjectDeleter<file_cookie> cookieDeleter(cookie); in exfat_open() local
487 cookieDeleter.Detach(); in exfat_open()
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp286 ObjectDeleter<file_cookie> cookieDeleter(cookie); in xfs_open() local
292 cookieDeleter.Detach(); in xfs_open()
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp1649 ObjectDeleter<FileCookie> cookieDeleter(cookie); in Create() local
1711 cookieDeleter.Detach(); in Create()
1738 ObjectDeleter<FileCookie> cookieDeleter(cookie); in Open() local
1842 cookieDeleter.Detach(); in Open()
1908 ObjectDeleter<FileCookie> cookieDeleter(cookie); in FreeCookie() local
2131 ObjectDeleter<DirCookie> cookieDeleter(cookie); in OpenDir() local
2161 cookieDeleter.Detach(); in OpenDir()
2186 ObjectDeleter<DirCookie> cookieDeleter(cookie); in FreeDirCookie() local
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp793 ObjectDeleter<file_cookie> cookieDeleter(cookie); in fs_create() local
797 cookieDeleter.Detach(); in fs_create()
829 ObjectDeleter<file_cookie> cookieDeleter(cookie); in fs_open() local
861 cookieDeleter.Detach(); in fs_open()
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp744 ObjectDeleter<file_cookie> cookieDeleter(cookie); in ext2_create() local
781 cookieDeleter.Detach(); in ext2_create()
1160 ObjectDeleter<file_cookie> cookieDeleter(cookie); in ext2_open() local
1194 cookieDeleter.Detach(); in ext2_open()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp1129 ObjectDeleter<DirCookie> cookieDeleter(cookie); in OpenDir() local
1145 cookieDeleter.Detach(); in OpenDir()
1183 cookieDeleter.Detach(); in OpenDir()
1410 ObjectDeleter<AttrDirCookie> cookieDeleter(cookie); in OpenAttrDir() local
1437 cookieDeleter.Detach(); in OpenAttrDir()
1464 cookieDeleter.Detach(); in OpenAttrDir()
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp553 ObjectDeleter<file_cookie> cookieDeleter(cookie); in btrfs_open() local
566 cookieDeleter.Detach(); in btrfs_open()
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dkernel_interface.cpp1981 ObjectDeleter<FileCookie> cookieDeleter(cookie); in dosfs_create() local
2035 cookieDeleter.Detach(); in dosfs_create()
2135 cookieDeleter.Detach(); in dosfs_create()
2188 ObjectDeleter<FileCookie> cookieDeleter(cookie); in dosfs_open() local
2209 cookieDeleter.Detach(); in dosfs_open()
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1544 ObjectDeleter<AttributeCookie> cookieDeleter(cookie); in ramfs_create_attr() local
1574 cookieDeleter.Detach(); in ramfs_create_attr()
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp1379 ObjectDeleter<file_cookie> cookieDeleter(cookie); in bfs_open() local
1413 cookieDeleter.Detach(); in bfs_open()