Searched refs:transaction_id (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.h394 le32 transaction_id; member in struct:__anon1515
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h278 uint64 transaction_id; member in struct:btrfs_inode
362 uint64 transaction_id; member in struct:btrfs_dir_entry
374 { transaction_id = B_HOST_TO_LENDIAN_INT64(id); }
H A DInode.cpp134 inode.transaction_id = B_HOST_TO_LENDIAN_INT64(transaction.SystemID());
/haiku/src/servers/net/
H A DDHCPClient.cpp122 uint32 transaction_id; member in struct:dhcp_message
749 if (message->transaction_id != htonl(fTransactionID)
890 message.transaction_id = htonl(fTransactionID);
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp92 int32_t transaction_id; member in struct:FSShell::cache_notification
238 copy.hook(copy.transaction_id, event, copy.data);
255 notification.transaction_id = transaction != NULL ? transaction->id : -1;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp125 int32 transaction_id; member in struct:__anon39::cache_notification
845 copy.hook(copy.transaction_id, event, copy.data);
880 notification.transaction_id = transaction != NULL ? transaction->id : -1;

Completed in 155 milliseconds