Lines Matching refs:hsi
833 syncfs_req->version = cpu_to_le64(sbi->hsi.version);
996 spin_lock(&sbi->hsi.v_lock);
997 if (le64_to_cpu(syncfs_req->version) != sbi->hsi.version) {
1001 sbi->hsi.version);
1002 spin_unlock(&sbi->hsi.v_lock);
1006 if (!sbi->hsi.remote_ret)
1007 sbi->hsi.remote_ret = resp->ret_code;
1021 atomic_dec(&sbi->hsi.wait_count);
1022 spin_unlock(&sbi->hsi.v_lock);
1023 wake_up_interruptible(&sbi->hsi.wq);