Lines Matching full:connections
327 mutex_lock(&sbi->connections.node_lock); in hmdfs_remote_statfs()
328 list_for_each_entry(con, &sbi->connections.node_list, list) { in hmdfs_remote_statfs()
332 mutex_unlock(&sbi->connections.node_lock); in hmdfs_remote_statfs()
339 mutex_lock(&sbi->connections.node_lock); in hmdfs_remote_statfs()
342 mutex_unlock(&sbi->connections.node_lock); in hmdfs_remote_statfs()
471 mutex_lock(&sbi->connections.node_lock); in hmdfs_sync_fs()
472 list_for_each_entry(con, &sbi->connections.node_list, list) { in hmdfs_sync_fs()
482 mutex_unlock(&sbi->connections.node_lock); in hmdfs_sync_fs()
497 mutex_lock(&sbi->connections.node_lock); in hmdfs_sync_fs()
507 mutex_lock(&sbi->connections.node_lock); in hmdfs_sync_fs()
514 mutex_lock(&sbi->connections.node_lock); in hmdfs_sync_fs()
516 mutex_unlock(&sbi->connections.node_lock); in hmdfs_sync_fs()
730 atomic_set(&sbi->connections.conn_seq, 0); in hmdfs_init_sbi()
731 mutex_init(&sbi->connections.node_lock); in hmdfs_init_sbi()
732 INIT_LIST_HEAD(&sbi->connections.node_list); in hmdfs_init_sbi()