Lines Matching refs:status
122 uint8_t status = P9_LOCK_ERROR;
163 * if its a blocked request and we get P9_LOCK_BLOCKED as the status
167 res = p9_client_lock_dotl(fid, &flock, &status);
171 if (status != P9_LOCK_BLOCKED)
173 if (status == P9_LOCK_BLOCKED && !IS_SETLKW(cmd))
188 /* map 9p status to VFS status */
189 switch (status) {
197 WARN_ONCE(1, "unknown lock status code: %d\n", status);