Lines Matching defs:device_id
867 hmdfs_info("find cache item failed, device_id:%llu", dev_id);
2022 con->device_id, err);
2036 err = hmdfs_add_cache_list(con->device_id, dentry, file);
2039 con->device_id, err);
2055 return hmdfs_add_cache_list(con->device_id, dentry, newf);
2088 con->device_id);
2100 con->device_id, err);
2121 con->device_id);
2134 con->device_id, err);
2148 if (hmdfs_cache_revalidate(READ_ONCE(con->conn_time), con->device_id,
2158 if (hmdfs_cache_revalidate(READ_ONCE(con->conn_time), con->device_id,
2162 item = hmdfs_find_cache_item(con->device_id, dentry);
2185 (unsigned long)con->device_id, err);
2192 (unsigned long)con->device_id, err);
2289 if (con->device_id == item->dev_id) {
2353 if (item->con->device_id == con->device_id) {
2471 void hmdfs_mark_drop_flag(uint64_t device_id, struct dentry *dentry)
2484 if (item->con->device_id == device_id) {
2572 int hmdfs_root_unlink(uint64_t device_id, struct path *root_path,
2609 hmdfs_mark_drop_flag(device_id, path.dentry);
2634 struct dentry *hmdfs_root_mkdir(uint64_t device_id, const char *local_dst_path,
2663 hmdfs_mark_drop_flag(device_id, child_dentry->d_parent);
2679 struct dentry *hmdfs_root_create(uint64_t device_id, const char *local_dst_path,
2708 hmdfs_mark_drop_flag(device_id, child_dentry->d_parent);
2724 int hmdfs_root_rmdir(uint64_t device_id, struct path *root_path,
2754 hmdfs_mark_drop_flag(device_id, path.dentry);
2766 int hmdfs_root_rename(struct hmdfs_sb_info *sbi, uint64_t device_id,
2842 hmdfs_mark_drop_flag(device_id, path_old.dentry);
2844 hmdfs_mark_drop_flag(device_id, path_new.dentry);