Searched refs:osc_lock (Results 1 – 9 of 9) sorted by relevance
64 struct osc_lock *ols, int force);65 static int osc_lock_has_pages(struct osc_lock *olck);67 int osc_lock_is_lockless(const struct osc_lock *olck) in osc_lock_is_lockless()90 static int osc_lock_invariant(struct osc_lock *ols) in osc_lock_invariant()146 static void osc_lock_detach(const struct lu_env *env, struct osc_lock *olck) in osc_lock_detach()189 static int osc_lock_unhold(struct osc_lock *ols) in osc_lock_unhold()204 struct osc_lock *ols = cl2osc_lock(slice); in osc_lock_unuse()240 struct osc_lock *ols = cl2osc_lock(slice); in osc_lock_fini()288 static struct osc_lock *osc_ast_data_get(struct ldlm_lock *dlm_lock) in osc_ast_data_get()290 struct osc_lock *olck; in osc_ast_data_get()[all …]
247 struct osc_lock { struct462 int osc_lock_is_lockless (const struct osc_lock *olck);568 static inline struct osc_lock *cl2osc_lock(const struct cl_lock_slice *slice) in cl2osc_lock()571 return container_of0(slice, struct osc_lock, ols_cl); in cl2osc_lock()574 static inline struct osc_lock *osc_lock_at(const struct cl_lock *lock) in osc_lock_at()
3 osc_page.o osc_lock.o osc_io.o osc_quota.o osc_cache.o lproc_osc.o
64 .ckd_size = sizeof(struct osc_lock)
140 struct osc_lock *olck;258 struct osc_lock *olock; in osc_page_addref_lock()279 struct osc_lock *olock; in osc_page_putref_lock()
720 struct osc_lock *olck; in osc_req_attr_set()
74 static DEFINE_MUTEX(osc_lock);239 mutex_lock(&osc_lock); in acpi_pci_osc_support()241 mutex_unlock(&osc_lock); in acpi_pci_osc_support()384 mutex_lock(&osc_lock); in acpi_pci_osc_control_set()417 mutex_unlock(&osc_lock); in acpi_pci_osc_control_set()
666 mutex_lock(&chip->osc_lock); in pm8606_osc_enable()684 mutex_unlock(&chip->osc_lock); in pm8606_osc_enable()691 mutex_unlock(&chip->osc_lock); in pm8606_osc_enable()707 mutex_lock(&chip->osc_lock); in pm8606_osc_disable()723 mutex_unlock(&chip->osc_lock); in pm8606_osc_disable()730 mutex_unlock(&chip->osc_lock); in pm8606_osc_disable()739 mutex_init(&chip->osc_lock); in device_osc_init()
382 struct mutex osc_lock; member