Lines Matching refs:hsi
832 syncfs_req->version = cpu_to_le64(sbi->hsi.version);
995 spin_lock(&sbi->hsi.v_lock);
996 if (le64_to_cpu(syncfs_req->version) != sbi->hsi.version) {
1000 sbi->hsi.version);
1001 spin_unlock(&sbi->hsi.v_lock);
1005 if (!sbi->hsi.remote_ret)
1006 sbi->hsi.remote_ret = resp->ret_code;
1020 atomic_dec(&sbi->hsi.wait_count);
1021 spin_unlock(&sbi->hsi.v_lock);
1022 wake_up_interruptible(&sbi->hsi.wq);