Searched defs:osc_lock (Results 1 – 2 of 2) sorted by relevance
247 struct osc_lock { struct253 /** DLM flags with which osc_lock::ols_lock was enqueued */ argument255 /** osc_lock::ols_lock handle */ argument258 enum osc_lock_state ols_state; argument272 * osc_lock::ols_lock. This is used for sanity checking. argument278 * this is much like osc_lock::ols_hold, except that this bit is argument309 * if set, the osc_lock is a glimpse lock. For glimpse locks, we treat argument325 * XXX: unfortunately, the owner of a osc_lock is not unique, argument329 struct osc_io *ols_owner;
382 struct mutex osc_lock; member