Home
last modified time | relevance | path

Searched refs:remote_ino (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode.c19 * = DOMAIN {3} : dev_id {29} : hash(remote_ino){32}
65 uint64_t remote_ino; member
106 ia->remote_ino == hii->remote_ino); in iget_test()
134 hii->remote_ino = ia->remote_ino; in iget_set()
153 static uint64_t make_ino_raw_dev_remote(uint64_t remote_ino) in make_ino_raw_dev_remote() argument
155 return hash_long(remote_ino, BIT_WIDE_INO_RAW); in make_ino_raw_dev_remote()
172 .remote_ino = 0, in hmdfs_iget5_locked_merge()
198 .remote_ino in hmdfs_iget5_locked_cloud_merge()
261 hmdfs_iget5_locked_remote(struct super_block *sb, struct hmdfs_peer *peer, uint64_t remote_ino) hmdfs_iget5_locked_remote() argument
[all...]
H A Dhmdfs_trace.h407 unsigned long long remote_ino, int datasync),
409 TP_ARGS(sbi, device_id, remote_ino, datasync),
414 __field(uint64_t, remote_ino)
421 __entry->remote_ino = remote_ino;
427 __entry->remote_ino, __entry->datasync)
433 unsigned long long remote_ino, unsigned int timeout, int err),
435 TP_ARGS(sbi, device_id, remote_ino, timeout, err),
440 __field(uint64_t, remote_ino)
448 __entry->remote_ino
[all...]
H A Dstash.c306 info->remote_ino, to_write_pgs); in hmdfs_flush_stash_file_metadata()
310 hmdfs_set_stash_file_head(cache, info->remote_ino, &cache_head); in hmdfs_flush_stash_file_metadata()
318 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_metadata()
328 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_metadata()
353 conn->owner, conn->device_id, info->remote_ino); in hmdfs_wait_remote_writeback_once()
373 conn->owner, conn->device_id, info->remote_ino, in hmdfs_reset_remote_write_err()
440 info->remote_ino, i, err); in hmdfs_flush_stash_file_data()
447 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_data()
475 snprintf(name, sizeof(name), "0x%llx", info->remote_ino); in hmdfs_enable_stash_file()
533 conn->owner, conn->device_id, info->remote_ino, in hmdfs_close_stash_file()
[all...]
H A Dinode.h90 __u64 remote_ino; member
248 uint64_t remote_ino);
H A Dfile_remote.c64 if (info->remote_ino != open_ret->ino) { in hmdfs_open_final_remote()
67 info->remote_ino, open_ret->ino); in hmdfs_open_final_remote()
584 info->remote_ino, datasync); in hmdfs_file_fsync_remote()
607 info->remote_ino, in hmdfs_file_fsync_remote()
H A Dhmdfs_client.c332 trace_hmdfs_writepage_cb_enter(peer, info->remote_ino, page_index, ret); in hmdfs_writepage_cb()
355 trace_hmdfs_writepage_cb_exit(peer, info->remote_ino, page_index, ret); in hmdfs_writepage_cb()
413 info->remote_ino, page_index, ret); in hmdfs_client_recv_readpage()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode.c19 * = DOMAIN {3} : dev_id {29} : hash(remote_ino){32}
65 uint64_t remote_ino; member
106 ia->remote_ino == hii->remote_ino); in iget_test()
134 hii->remote_ino = ia->remote_ino; in iget_set()
153 static uint64_t make_ino_raw_dev_remote(uint64_t remote_ino) in make_ino_raw_dev_remote() argument
155 return hash_long(remote_ino, BIT_WIDE_INO_RAW); in make_ino_raw_dev_remote()
172 .remote_ino = 0, in hmdfs_iget5_locked_merge()
198 .remote_ino in hmdfs_iget5_locked_cloud_merge()
261 hmdfs_iget5_locked_remote(struct super_block *sb, struct hmdfs_peer *peer, uint64_t remote_ino) hmdfs_iget5_locked_remote() argument
[all...]
H A Dhmdfs_trace.h407 unsigned long long remote_ino, int datasync),
409 TP_ARGS(sbi, device_id, remote_ino, datasync),
414 __field(uint64_t, remote_ino)
421 __entry->remote_ino = remote_ino;
427 __entry->remote_ino, __entry->datasync)
433 unsigned long long remote_ino, unsigned int timeout, int err),
435 TP_ARGS(sbi, device_id, remote_ino, timeout, err),
440 __field(uint64_t, remote_ino)
448 __entry->remote_ino
[all...]
H A Dstash.c296 info->remote_ino, to_write_pgs); in hmdfs_flush_stash_file_metadata()
300 hmdfs_set_stash_file_head(cache, info->remote_ino, &cache_head); in hmdfs_flush_stash_file_metadata()
308 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_metadata()
318 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_metadata()
343 conn->owner, conn->device_id, info->remote_ino); in hmdfs_wait_remote_writeback_once()
363 conn->owner, conn->device_id, info->remote_ino, in hmdfs_reset_remote_write_err()
430 info->remote_ino, i, err); in hmdfs_flush_stash_file_data()
437 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_data()
465 snprintf(name, sizeof(name), "0x%llx", info->remote_ino); in hmdfs_enable_stash_file()
523 conn->owner, conn->device_id, info->remote_ino, in hmdfs_close_stash_file()
[all...]
H A Dinode.h90 __u64 remote_ino; member
248 uint64_t remote_ino);
H A Dfile_remote.c64 if (info->remote_ino != open_ret->ino) { in hmdfs_open_final_remote()
67 info->remote_ino, open_ret->ino); in hmdfs_open_final_remote()
584 info->remote_ino, datasync); in hmdfs_file_fsync_remote()
607 info->remote_ino, in hmdfs_file_fsync_remote()
H A Dhmdfs_client.c331 trace_hmdfs_writepage_cb_enter(peer, info->remote_ino, page_index, ret); in hmdfs_writepage_cb()
354 trace_hmdfs_writepage_cb_exit(peer, info->remote_ino, page_index, ret); in hmdfs_writepage_cb()
412 info->remote_ino, page_index, ret); in hmdfs_client_recv_readpage()

Completed in 14 milliseconds