Lines Matching defs:con
337 struct hmdfs_peer *con = NULL;
352 list_for_each_entry(con, &sbi->connections.node_list, list) {
353 if (con->status == NODE_STAT_ONLINE) {
354 peer_get(con);
357 con->device_id);
358 ret = hmdfs_send_statfs(con, name_path, buf);
361 peer_put(con);
437 struct hmdfs_peer *con = NULL;
497 list_for_each_entry(con, &sbi->connections.node_list, list) {
503 if (con->status != NODE_STAT_ONLINE)
506 peer_get(con);
515 * after getting @con->sb_dirty_count.
517 con->old_sb_dirty_count = atomic64_read(&con->sb_dirty_count);
520 if (!con->old_sb_dirty_count) {
521 peer_put(con);
526 err = hmdfs_send_syncfs(con, syncfs_timeout);
529 err, con->device_id);
531 peer_put(con);
538 peer_put(con);
1040 peer_put(rw->con);