Searched refs:remote_ino (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | inode.c | 65 uint64_t remote_ino; member 105 ia->remote_ino == hii->remote_ino); in iget_test() 133 hii->remote_ino = ia->remote_ino; in iget_set() 152 static uint64_t make_ino_raw_dev_remote(uint64_t remote_ino) in make_ino_raw_dev_remote() argument 154 return hash_long(remote_ino, BIT_WIDE_INO_RAW); in make_ino_raw_dev_remote() 171 .remote_ino = 0, in hmdfs_iget5_locked_merge() 193 .remote_ino = 0, in hmdfs_iget5_locked_cloud_merge() 224 .remote_ino = 0, in hmdfs_iget5_locked_local() 254 uint64_t remote_ino) in hmdfs_iget5_locked_remote() argument 259 .remote_ino = remote_ino, in hmdfs_iget5_locked_remote() [all …]
|
D | hmdfs_trace.h | 407 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 = remote_ino; 454 __entry->src, __entry->device_id, __entry->remote_ino, [all …]
|
D | stash.c | 306 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 …]
|
D | inode.h | 90 __u64 remote_ino; member 248 uint64_t remote_ino);
|
D | file_remote.c | 64 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()
|
D | hmdfs_client.c | 326 trace_hmdfs_writepage_cb_enter(peer, info->remote_ino, page_index, ret); in hmdfs_writepage_cb() 349 trace_hmdfs_writepage_cb_exit(peer, info->remote_ino, page_index, ret); in hmdfs_writepage_cb() 407 info->remote_ino, page_index, ret); in hmdfs_client_recv_readpage()
|