Home
last modified time | relevance | path

Searched defs:env (Results 1 – 180 of 180) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c76 static int cl_lock_invariant_trusted(const struct lu_env *env, in cl_lock_invariant_trusted()
92 static int cl_lock_invariant(const struct lu_env *env, in cl_lock_invariant()
115 static struct cl_thread_counters *cl_lock_counters(const struct lu_env *env, in cl_lock_counters()
127 static void cl_lock_trace0(int level, const struct lu_env *env, in cl_lock_trace0()
140 #define cl_lock_trace(level, env, prefix, lock) \ argument
153 static void cl_lock_lockdep_acquire(const struct lu_env *env, in cl_lock_lockdep_acquire()
160 static void cl_lock_lockdep_release(const struct lu_env *env, in cl_lock_lockdep_release()
171 static void cl_lock_lockdep_acquire(const struct lu_env *env, in cl_lock_lockdep_acquire()
174 static void cl_lock_lockdep_release(const struct lu_env *env, in cl_lock_lockdep_release()
248 static void cl_lock_free(const struct lu_env *env, struct cl_lock *lock) in cl_lock_free()
[all …]
Dcl_io.c74 int cl_io_is_going(const struct lu_env *env) in cl_io_is_going()
102 void cl_io_fini(const struct lu_env *env, struct cl_io *io) in cl_io_fini()
149 static int cl_io_init0(const struct lu_env *env, struct cl_io *io, in cl_io_init0()
183 int cl_io_sub_init(const struct lu_env *env, struct cl_io *io, in cl_io_sub_init()
205 int cl_io_init(const struct lu_env *env, struct cl_io *io, in cl_io_init()
223 int cl_io_rw_init(const struct lu_env *env, struct cl_io *io, in cl_io_rw_init()
376 static int cl_lockset_lock_one(const struct lu_env *env, in cl_lockset_lock_one()
400 static void cl_lock_link_fini(const struct lu_env *env, struct cl_io *io, in cl_lock_link_fini()
414 static int cl_lockset_lock(const struct lu_env *env, struct cl_io *io, in cl_lockset_lock()
455 int cl_io_lock(const struct lu_env *env, struct cl_io *io) in cl_io_lock()
[all …]
Dcl_page.c54 # define PASSERT(env, page, expr) \ argument
62 # define PINVRNT(env, page, exp) \ argument
154 int cl_page_gang_lookup(const struct lu_env *env, struct cl_object *obj, in cl_page_gang_lookup()
248 static void cl_page_free(const struct lu_env *env, struct cl_page *page) in cl_page_free()
287 static struct cl_page *cl_page_alloc(const struct lu_env *env, in cl_page_alloc()
349 static struct cl_page *cl_page_find0(const struct lu_env *env, in cl_page_find0()
450 struct cl_page *cl_page_find(const struct lu_env *env, struct cl_object *o, in cl_page_find()
459 struct cl_page *cl_page_find_sub(const struct lu_env *env, struct cl_object *o, in cl_page_find_sub()
503 static void cl_page_state_set0(const struct lu_env *env, in cl_page_state_set0()
564 static void cl_page_state_set(const struct lu_env *env, in cl_page_state_set()
[all …]
Dllog.c109 int llog_cancel_rec(const struct lu_env *env, struct llog_handle *loghandle, in llog_cancel_rec()
168 static int llog_read_header(const struct lu_env *env, in llog_read_header()
202 int llog_init_handle(const struct lu_env *env, struct llog_handle *handle, in llog_init_handle()
411 struct lu_env env; in llog_process_thread_daemonize() local
430 int llog_process_or_fork(const struct lu_env *env, in llog_process_or_fork()
471 int llog_process(const struct lu_env *env, struct llog_handle *loghandle, in llog_process()
478 int llog_reverse_process(const struct lu_env *env, in llog_reverse_process()
602 int llog_declare_create(const struct lu_env *env, in llog_declare_create()
624 int llog_create(const struct lu_env *env, struct llog_handle *handle, in llog_create()
646 int llog_declare_write_rec(const struct lu_env *env, in llog_declare_write_rec()
[all …]
Dllog_cat.c61 static int llog_cat_new_log(const struct lu_env *env, in llog_cat_new_log()
152 int llog_cat_id2handle(const struct lu_env *env, struct llog_handle *cathandle, in llog_cat_id2handle()
213 int llog_cat_close(const struct lu_env *env, struct llog_handle *cathandle) in llog_cat_close()
323 int llog_cat_add_rec(const struct lu_env *env, struct llog_handle *cathandle, in llog_cat_add_rec()
372 int llog_cat_declare_add_rec(const struct lu_env *env, in llog_cat_declare_add_rec()
435 int llog_cat_add(const struct lu_env *env, struct llog_handle *cathandle, in llog_cat_add()
486 int llog_cat_cancel_records(const struct lu_env *env, in llog_cat_cancel_records()
529 static int llog_cat_process_cb(const struct lu_env *env, in llog_cat_process_cb()
576 int llog_cat_process_or_fork(const struct lu_env *env, in llog_cat_process_or_fork()
617 int llog_cat_process(const struct lu_env *env, struct llog_handle *cat_llh, in llog_cat_process()
[all …]
Dcl_object.c118 struct cl_object *cl_object_find(const struct lu_env *env, in cl_object_find()
135 void cl_object_put(const struct lu_env *env, struct cl_object *o) in cl_object_put()
219 int cl_object_attr_get(const struct lu_env *env, struct cl_object *obj, in cl_object_attr_get()
250 int cl_object_attr_set(const struct lu_env *env, struct cl_object *obj, in cl_object_attr_set()
283 int cl_object_glimpse(const struct lu_env *env, struct cl_object *obj, in cl_object_glimpse()
310 int cl_conf_set(const struct lu_env *env, struct cl_object *obj, in cl_conf_set()
336 void cl_object_kill(const struct lu_env *env, struct cl_object *obj) in cl_object_kill()
359 void cl_object_prune(const struct lu_env *env, struct cl_object *obj) in cl_object_prune()
686 struct lu_env *env; in cl_env_new() local
727 static inline struct cl_env *cl_env_container(struct lu_env *env) in cl_env_container()
[all …]
Ddt_object.c80 int dt_txn_hook_start(const struct lu_env *env, in dt_txn_hook_start()
101 int dt_txn_hook_stop(const struct lu_env *env, struct thandle *txn) in dt_txn_hook_stop()
165 int dt_try_as_dir(const struct lu_env *env, struct dt_object *obj) in dt_try_as_dir()
205 int dt_lookup_dir(const struct lu_env *env, struct dt_object *dir, in dt_lookup_dir()
217 struct dt_object *dt_locate_at(const struct lu_env *env, in dt_locate_at()
240 static int dt_find_entry(const struct lu_env *env, const char *entry, void *data) in dt_find_entry()
263 int dt_path_parser(const struct lu_env *env, in dt_path_parser()
289 dt_store_resolve(const struct lu_env *env, struct dt_device *dt, in dt_store_resolve()
323 static struct dt_object *dt_reg_open(const struct lu_env *env, in dt_reg_open()
346 struct dt_object *dt_store_open(const struct lu_env *env, in dt_store_open()
[all …]
Dllog_obd.c72 int __llog_ctxt_put(const struct lu_env *env, struct llog_ctxt *ctxt) in __llog_ctxt_put()
108 int llog_cleanup(const struct lu_env *env, struct llog_ctxt *ctxt) in llog_cleanup()
145 int llog_setup(const struct lu_env *env, struct obd_device *obd, in llog_setup()
229 int llog_cancel(const struct lu_env *env, struct llog_ctxt *ctxt, in llog_cancel()
Dlu_object.c68 void lu_object_put(const struct lu_env *env, struct lu_object *o) in lu_object_put()
160 void lu_object_put_nocache(const struct lu_env *env, struct lu_object *o) in lu_object_put_nocache()
171 void lu_object_unhash(const struct lu_env *env, struct lu_object *o) in lu_object_unhash()
195 static struct lu_object *lu_object_alloc(const struct lu_env *env, in lu_object_alloc()
264 static void lu_object_free(const struct lu_env *env, struct lu_object *o) in lu_object_free()
310 int lu_site_purge(const struct lu_env *env, struct lu_site *s, int nr) in lu_site_purge()
440 int lu_cdebug_printer(const struct lu_env *env, in lu_cdebug_printer()
474 void lu_object_header_print(const struct lu_env *env, void *cookie, in lu_object_header_print()
491 void lu_object_print(const struct lu_env *env, void *cookie, in lu_object_print()
586 struct lu_object *lu_object_find(const struct lu_env *env, in lu_object_find()
[all …]
Dllog_internal.h65 static inline struct llog_thread_info *llog_info(const struct lu_env *env) in llog_info()
Dobd_config.c1386 int class_config_llog_handler(const struct lu_env *env, in class_config_llog_handler()
1577 int class_config_parse_llog(const struct lu_env *env, struct llog_ctxt *ctxt, in class_config_parse_llog()
1667 int class_config_dump_handler(const struct lu_env *env, in class_config_dump_handler()
1690 int class_config_dump_llog(const struct lu_env *env, struct llog_ctxt *ctxt, in class_config_dump_llog()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_page.c64 static void vvp_page_fini(const struct lu_env *env, in vvp_page_fini()
78 static int vvp_page_own(const struct lu_env *env, in vvp_page_own()
103 static void vvp_page_assume(const struct lu_env *env, in vvp_page_assume()
114 static void vvp_page_unassume(const struct lu_env *env, in vvp_page_unassume()
124 static void vvp_page_disown(const struct lu_env *env, in vvp_page_disown()
135 static void vvp_page_discard(const struct lu_env *env, in vvp_page_discard()
158 static int vvp_page_unmap(const struct lu_env *env, in vvp_page_unmap()
177 static void vvp_page_delete(const struct lu_env *env, in vvp_page_delete()
197 static void vvp_page_export(const struct lu_env *env, in vvp_page_export()
211 static int vvp_page_is_vmlocked(const struct lu_env *env, in vvp_page_is_vmlocked()
[all …]
Dvvp_io.c56 int cl_is_normalio(const struct lu_env *env, const struct cl_io *io) in cl_is_normalio()
71 static bool can_populate_pages(const struct lu_env *env, struct cl_io *io, in can_populate_pages()
104 static int vvp_io_fault_iter_init(const struct lu_env *env, in vvp_io_fault_iter_init()
116 static void vvp_io_fini(const struct lu_env *env, const struct cl_io_slice *ios) in vvp_io_fini()
177 static void vvp_io_fault_fini(const struct lu_env *env, in vvp_io_fault_fini()
205 static int vvp_mmap_locks(const struct lu_env *env, in vvp_mmap_locks()
288 static int vvp_io_rw_lock(const struct lu_env *env, struct cl_io *io, in vvp_io_rw_lock()
307 static int vvp_io_read_lock(const struct lu_env *env, in vvp_io_read_lock()
320 static int vvp_io_fault_lock(const struct lu_env *env, in vvp_io_fault_lock()
333 static int vvp_io_write_lock(const struct lu_env *env, in vvp_io_write_lock()
[all …]
Dvvp_object.c57 static int vvp_object_print(const struct lu_env *env, void *cookie, in vvp_object_print()
78 static int vvp_attr_get(const struct lu_env *env, struct cl_object *obj, in vvp_attr_get()
100 static int vvp_attr_set(const struct lu_env *env, struct cl_object *obj, in vvp_attr_set()
123 static int vvp_conf_set(const struct lu_env *env, struct cl_object *obj, in vvp_conf_set()
196 struct lu_object *vvp_object_alloc(const struct lu_env *env, in vvp_object_alloc()
Dvvp_dev.c140 static struct lu_device *vvp_device_alloc(const struct lu_env *env, in vvp_device_alloc()
201 struct lu_env *env; in cl_sb_init() local
224 struct lu_env *env; in cl_sb_fini() local
319 static struct cl_object *vvp_pgcache_obj(const struct lu_env *env, in vvp_pgcache_obj()
347 static loff_t vvp_pgcache_find(const struct lu_env *env, in vvp_pgcache_find()
401 static void vvp_pgcache_page_show(const struct lu_env *env, in vvp_pgcache_page_show()
436 struct lu_env *env; in vvp_pgcache_show() local
477 struct lu_env *env; in vvp_pgcache_start() local
501 struct lu_env *env; in vvp_pgcache_next() local
Dvvp_lock.c61 static unsigned long vvp_lock_weigh(const struct lu_env *env, in vvp_lock_weigh()
81 int vvp_lock_init(const struct lu_env *env, struct cl_object *obj, in vvp_lock_init()
Drw.c68 struct lu_env *env = lcc->lcc_env; in ll_cl_fini() local
91 struct lu_env *env; in ll_cl_init() local
197 struct lu_env *env; in ll_cl_get() local
223 struct lu_env *env = lcc->lcc_env; in ll_prepare_write() local
254 struct lu_env *env; in ll_commit_write() local
452 static int cl_read_ahead_page(const struct lu_env *env, struct cl_io *io, in cl_read_ahead_page()
493 static int ll_read_ahead_page(const struct lu_env *env, struct cl_io *io, in ll_read_ahead_page()
637 static int ll_read_ahead_pages(const struct lu_env *env, in ll_read_ahead_pages()
688 int ll_readahead(const struct lu_env *env, struct cl_io *io, in ll_readahead()
1126 struct lu_env *env; in ll_writepage() local
[all …]
Drw26.c76 struct lu_env *env; in ll_invalidatepage() local
120 struct lu_env *env; in ll_releasepage() local
228 ssize_t ll_direct_rw_pages(const struct lu_env *env, struct cl_io *io, in ll_direct_rw_pages()
333 static ssize_t ll_direct_IO_26_seg(const struct lu_env *env, struct cl_io *io, in ll_direct_IO_26_seg()
365 struct lu_env *env; in ll_direct_IO_26() local
Dllite_mmap.c106 struct lu_env *env; in ll_fault_io_init() local
172 struct lu_env *env; in ll_page_mkwrite0() local
295 struct lu_env *env; in ll_fault0() local
Dfile.c988 int ll_merge_lvb(const struct lu_env *env, struct inode *inode) in ll_merge_lvb()
1104 ll_file_io_generic(const struct lu_env *env, struct vvp_io_args *args, in ll_file_io_generic()
1195 struct lu_env *env; in ll_file_read_iter() local
1219 struct lu_env *env; in ll_file_write_iter() local
1245 struct lu_env *env; in ll_file_splice_read() local
1898 struct lu_env *env; in ll_hsm_release() local
2584 struct lu_env *env; in cl_sync_file_range() local
3296 struct lu_env *env; in ll_layout_conf() local
Dlloop.c187 const struct lu_env *env = lo->lo_env; in do_bio_lustrebacked() local
402 struct lu_env *env; in loop_thread() local
Dllite_internal.h946 static inline struct vvp_thread_info *vvp_env_info(const struct lu_env *env) in vvp_env_info()
956 static inline struct vvp_io_args *vvp_env_args(const struct lu_env *env, in vvp_env_args()
970 static inline struct vvp_session *vvp_env_session(const struct lu_env *env) in vvp_env_session()
980 static inline struct vvp_io *vvp_env_io(const struct lu_env *env) in vvp_env_io()
1366 static inline int cl_merge_lvb(const struct lu_env *env, struct inode *inode) in cl_merge_lvb()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c168 int ccc_device_init(const struct lu_env *env, struct lu_device *d, in ccc_device_init()
188 struct lu_device *ccc_device_fini(const struct lu_env *env, in ccc_device_fini()
194 struct lu_device *ccc_device_alloc(const struct lu_env *env, in ccc_device_alloc()
233 struct lu_device *ccc_device_free(const struct lu_env *env, in ccc_device_free()
249 int ccc_req_init(const struct lu_env *env, struct cl_device *dev, in ccc_req_init()
322 struct lu_object *ccc_object_alloc(const struct lu_env *env, in ccc_object_alloc()
348 int ccc_object_init0(const struct lu_env *env, in ccc_object_init0()
358 int ccc_object_init(const struct lu_env *env, struct lu_object *obj, in ccc_object_init()
381 void ccc_object_free(const struct lu_env *env, struct lu_object *obj) in ccc_object_free()
390 int ccc_lock_init(const struct lu_env *env, in ccc_lock_init()
[all …]
Dglimpse.c86 int cl_glimpse_lock(const struct lu_env *env, struct cl_io *io, in cl_glimpse_lock()
167 struct lu_env *env; in cl_io_get() local
200 struct lu_env *env = NULL; in cl_glimpse_size0() local
231 struct lu_env *env = NULL; in cl_local_size() local
Dlcommon_misc.c130 struct lu_env *env; in cl_get_grouplock() local
184 struct lu_env *env = cg->cg_env; in cl_put_grouplock() local
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_lock.c146 static void osc_lock_detach(const struct lu_env *env, struct osc_lock *olck) in osc_lock_detach()
201 static int osc_lock_unuse(const struct lu_env *env, in osc_lock_unuse()
237 static void osc_lock_fini(const struct lu_env *env, in osc_lock_fini()
257 static void osc_lock_build_policy(const struct lu_env *env, in osc_lock_build_policy()
318 static void osc_ast_data_put(const struct lu_env *env, struct osc_lock *olck) in osc_ast_data_put()
337 static void osc_lock_lvb_update(const struct lu_env *env, struct osc_lock *olck, in osc_lock_lvb_update()
401 static void osc_lock_granted(const struct lu_env *env, struct osc_lock *olck, in osc_lock_granted()
441 static void osc_lock_upcall0(const struct lu_env *env, struct osc_lock *olck) in osc_lock_upcall0()
488 struct lu_env *env; in osc_lock_upcall() local
588 static void osc_lock_blocking(const struct lu_env *env, in osc_lock_blocking()
[all …]
Dosc_page.c152 static int osc_page_protected(const struct lu_env *env, in osc_page_protected()
165 static void osc_page_fini(const struct lu_env *env, in osc_page_fini()
183 static void osc_page_transfer_put(const struct lu_env *env, in osc_page_transfer_put()
200 static void osc_page_transfer_add(const struct lu_env *env, in osc_page_transfer_add()
215 static int osc_page_cache_add(const struct lu_env *env, in osc_page_cache_add()
253 static int osc_page_addref_lock(const struct lu_env *env, in osc_page_addref_lock()
274 static void osc_page_putref_lock(const struct lu_env *env, in osc_page_putref_lock()
289 static int osc_page_is_under_lock(const struct lu_env *env, in osc_page_is_under_lock()
306 static void osc_page_disown(const struct lu_env *env, in osc_page_disown()
316 static void osc_page_completion_read(const struct lu_env *env, in osc_page_completion_read()
[all …]
Dosc_io.c62 static struct osc_io *cl2osc_io(const struct lu_env *env, in cl2osc_io()
88 static void osc_io_fini(const struct lu_env *env, const struct cl_io_slice *io) in osc_io_fini()
99 static int osc_io_submit(const struct lu_env *env, in osc_io_submit()
189 static void osc_page_touch_at(const struct lu_env *env, in osc_page_touch_at()
233 static void osc_page_touch(const struct lu_env *env, in osc_page_touch()
256 static int osc_io_prepare_write(const struct lu_env *env, in osc_io_prepare_write()
282 static int osc_io_commit_write(const struct lu_env *env, in osc_io_commit_write()
311 static int osc_io_fault_start(const struct lu_env *env, in osc_io_fault_start()
344 static int trunc_check_cb(const struct lu_env *env, struct cl_io *io, in trunc_check_cb()
374 static void osc_trunc_check(const struct lu_env *env, struct cl_io *io, in osc_trunc_check()
[all …]
Dosc_object.c72 static int osc_object_init(const struct lu_env *env, struct lu_object *obj, in osc_object_init()
103 static void osc_object_free(const struct lu_env *env, struct lu_object *obj) in osc_object_free()
128 int osc_lvb_print(const struct lu_env *env, void *cookie, in osc_lvb_print()
136 static int osc_object_print(const struct lu_env *env, void *cookie, in osc_object_print()
152 static int osc_attr_get(const struct lu_env *env, struct cl_object *obj, in osc_attr_get()
162 int osc_attr_set(const struct lu_env *env, struct cl_object *obj, in osc_attr_set()
186 static int osc_object_glimpse(const struct lu_env *env, in osc_object_glimpse()
253 struct lu_object *osc_object_alloc(const struct lu_env *env, in osc_object_alloc()
Dosc_cache.c378 static void osc_extent_put(const struct lu_env *env, struct osc_extent *ext) in osc_extent_put()
525 static int osc_extent_merge(const struct lu_env *env, struct osc_extent *cur, in osc_extent_merge()
576 void osc_extent_release(const struct lu_env *env, struct osc_extent *ext) in osc_extent_release()
621 struct osc_extent *osc_extent_find(const struct lu_env *env, in osc_extent_find()
831 int osc_extent_finish(const struct lu_env *env, struct osc_extent *ext, in osc_extent_finish()
899 static int osc_extent_wait(const struct lu_env *env, struct osc_extent *ext, in osc_extent_wait()
949 struct lu_env *env; in osc_extent_truncate() local
1063 static int osc_extent_make_ready(const struct lu_env *env, in osc_extent_make_ready()
1236 static int osc_make_ready(const struct lu_env *env, struct osc_async_page *oap, in osc_make_ready()
1251 static int osc_refresh_count(const struct lu_env *env, in osc_refresh_count()
[all …]
Dosc_dev.c173 static int osc_cl_process_config(const struct lu_env *env, in osc_cl_process_config()
189 static int osc_device_init(const struct lu_env *env, struct lu_device *d, in osc_device_init()
195 static struct lu_device *osc_device_fini(const struct lu_env *env, in osc_device_fini()
201 static struct lu_device *osc_device_free(const struct lu_env *env, in osc_device_free()
211 static struct lu_device *osc_device_alloc(const struct lu_env *env, in osc_device_alloc()
Dosc_request.c233 static int osc_getattr_interpret(const struct lu_env *env, in osc_getattr_interpret()
292 static int osc_getattr(const struct lu_env *env, struct obd_export *exp, in osc_getattr()
336 static int osc_setattr(const struct lu_env *env, struct obd_export *exp, in osc_setattr()
378 static int osc_setattr_interpret(const struct lu_env *env, in osc_setattr_interpret()
590 static int osc_sync_interpret(const struct lu_env *env, in osc_sync_interpret()
691 static int osc_destroy_interpret(const struct lu_env *env, in osc_destroy_interpret()
720 int osc_create(const struct lu_env *env, struct obd_export *exp, in osc_create()
754 static int osc_destroy(const struct lu_env *env, struct obd_export *exp, in osc_destroy()
895 static int osc_shrink_grant_interpret(const struct lu_env *env, in osc_shrink_grant_interpret()
1754 static int brw_interpret(const struct lu_env *env, in brw_interpret()
[all …]
Dosc_cl_internal.h471 static inline struct osc_thread_info *osc_env_info(const struct lu_env *env) in osc_env_info()
480 static inline struct osc_session *osc_env_session(const struct lu_env *env) in osc_env_session()
489 static inline struct osc_io *osc_env_io(const struct lu_env *env) in osc_env_io()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_io.c59 static void lov_io_sub_fini(const struct lu_env *env, struct lov_io *lio, in lov_io_sub_fini()
135 static int lov_io_sub_init(const struct lu_env *env, struct lov_io *lio, in lov_io_sub_init()
217 struct lov_io_sub *lov_sub_get(const struct lu_env *env, in lov_sub_get()
259 struct lov_io_sub *lov_page_subio(const struct lu_env *env, struct lov_io *lio, in lov_page_subio()
276 static int lov_io_subio_init(const struct lu_env *env, struct lov_io *lio, in lov_io_subio_init()
353 static void lov_io_fini(const struct lu_env *env, const struct cl_io_slice *ios) in lov_io_fini()
379 static int lov_io_iter_init(const struct lu_env *env, in lov_io_iter_init()
426 static int lov_io_rw_iter_init(const struct lu_env *env, in lov_io_rw_iter_init()
462 static int lov_io_call(const struct lu_env *env, struct lov_io *lio, in lov_io_call()
482 static int lov_io_lock(const struct lu_env *env, const struct cl_io_slice *ios) in lov_io_lock()
[all …]
Dlov_object.c89 static void lov_install_empty(const struct lu_env *env, in lov_install_empty()
98 static int lov_init_empty(const struct lu_env *env, in lov_init_empty()
106 static void lov_install_raid0(const struct lu_env *env, in lov_install_raid0()
112 static struct cl_object *lov_sub_find(const struct lu_env *env, in lov_sub_find()
124 static int lov_init_sub(const struct lu_env *env, struct lov_object *lov, in lov_init_sub()
195 static int lov_init_raid0(const struct lu_env *env, in lov_init_raid0()
265 static int lov_init_released(const struct lu_env *env, in lov_init_released()
280 static int lov_delete_empty(const struct lu_env *env, struct lov_object *lov, in lov_delete_empty()
291 static void lov_subobject_kill(const struct lu_env *env, struct lov_object *lov, in lov_subobject_kill()
338 static int lov_delete_raid0(const struct lu_env *env, struct lov_object *lov, in lov_delete_raid0()
[all …]
Dlov_lock.c60 static struct lov_sublock_env *lov_sublock_env_get(const struct lu_env *env, in lov_sublock_env_get()
103 static void lov_sublock_adopt(const struct lu_env *env, struct lov_lock *lck, in lov_sublock_adopt()
136 static struct cl_lock *lov_sublock_alloc(const struct lu_env *env, in lov_sublock_alloc()
182 static void lov_sublock_unlock(const struct lu_env *env, in lov_sublock_unlock()
192 static int lov_sublock_lock(const struct lu_env *env, in lov_sublock_lock()
287 static int lov_lock_sub_init(const struct lu_env *env, in lov_lock_sub_init()
360 static int lov_sublock_release(const struct lu_env *env, struct lov_lock *lck, in lov_sublock_release()
405 static void lov_sublock_hold(const struct lu_env *env, struct lov_lock *lck, in lov_sublock_hold()
429 static void lov_lock_fini(const struct lu_env *env, in lov_lock_fini()
450 static int lov_lock_enqueue_wait(const struct lu_env *env, in lov_lock_enqueue_wait()
[all …]
Dlovsub_lock.c55 static void lovsub_lock_fini(const struct lu_env *env, in lovsub_lock_fini()
65 static void lovsub_parent_lock(const struct lu_env *env, struct lov_lock *lov) in lovsub_parent_lock()
75 static void lovsub_parent_unlock(const struct lu_env *env, struct lov_lock *lov) in lovsub_parent_unlock()
90 static void lovsub_lock_state(const struct lu_env *env, in lovsub_lock_state()
115 static unsigned long lovsub_lock_weigh(const struct lu_env *env, in lovsub_lock_weigh()
190 int lov_sublock_modify(const struct lu_env *env, struct lov_lock *lov, in lov_sublock_modify()
223 static int lovsub_lock_modify(const struct lu_env *env, in lovsub_lock_modify()
246 static int lovsub_lock_closure(const struct lu_env *env, in lovsub_lock_closure()
273 static int lovsub_lock_delete_one(const struct lu_env *env, in lovsub_lock_delete_one()
381 static void lovsub_lock_delete(const struct lu_env *env, in lovsub_lock_delete()
[all …]
Dlov_page.c66 static void lov_page_fini(const struct lu_env *env, in lov_page_fini()
82 static int lov_page_own(const struct lu_env *env, in lov_page_own()
101 static void lov_page_assume(const struct lu_env *env, in lov_page_assume()
107 static int lov_page_cache_add(const struct lu_env *env, in lov_page_cache_add()
130 static int lov_page_print(const struct lu_env *env, in lov_page_print()
151 static void lov_empty_page_fini(const struct lu_env *env, in lov_empty_page_fini()
157 int lov_page_init_raid0(const struct lu_env *env, struct cl_object *obj, in lov_page_init_raid0()
217 int lov_page_init_empty(const struct lu_env *env, struct cl_object *obj, in lov_page_init_empty()
Dlovsub_dev.c53 static void lovsub_req_completion(const struct lu_env *env, in lovsub_req_completion()
67 static void lovsub_req_attr_set(const struct lu_env *env, in lovsub_req_attr_set()
93 static int lovsub_device_init(const struct lu_env *env, struct lu_device *d, in lovsub_device_init()
115 static struct lu_device *lovsub_device_fini(const struct lu_env *env, in lovsub_device_fini()
128 static struct lu_device *lovsub_device_free(const struct lu_env *env, in lovsub_device_free()
143 static int lovsub_req_init(const struct lu_env *env, struct cl_device *dev, in lovsub_req_init()
168 static struct lu_device *lovsub_device_alloc(const struct lu_env *env, in lovsub_device_alloc()
Dlovsub_object.c55 int lovsub_object_init(const struct lu_env *env, struct lu_object *obj, in lovsub_object_init()
76 static void lovsub_object_free(const struct lu_env *env, struct lu_object *obj) in lovsub_object_free()
97 static int lovsub_object_print(const struct lu_env *env, void *cookie, in lovsub_object_print()
105 static int lovsub_attr_set(const struct lu_env *env, struct cl_object *obj, in lovsub_attr_set()
114 static int lovsub_object_glimpse(const struct lu_env *env, in lovsub_object_glimpse()
141 struct lu_object *lovsub_object_alloc(const struct lu_env *env, in lovsub_object_alloc()
Dlov_dev.c122 static void lov_req_completion(const struct lu_env *env, in lov_req_completion()
195 static struct lu_device *lov_device_fini(const struct lu_env *env, in lov_device_fini()
217 static int lov_device_init(const struct lu_env *env, struct lu_device *d, in lov_device_init()
257 static int lov_req_init(const struct lu_env *env, struct cl_device *dev, in lov_req_init()
294 static struct lu_device *lov_device_free(const struct lu_env *env, in lov_device_free()
309 static void lov_cl_del_target(const struct lu_env *env, struct lu_device *dev, in lov_cl_del_target()
354 static int lov_expand_targets(const struct lu_env *env, struct lov_device *dev) in lov_expand_targets()
394 static int lov_cl_add_target(const struct lu_env *env, struct lu_device *dev, in lov_cl_add_target()
437 static int lov_process_config(const struct lu_env *env, in lov_process_config()
472 static struct lu_device *lov_device_alloc(const struct lu_env *env, in lov_device_alloc()
Dlovsub_page.c53 static void lovsub_page_fini(const struct lu_env *env, in lovsub_page_fini()
62 int lovsub_page_init(const struct lu_env *env, struct cl_object *obj, in lovsub_page_init()
Dlov_obd.c215 static int lov_connect(const struct lu_env *env, in lov_connect()
1040 static int lov_create(const struct lu_env *env, struct obd_export *exp, in lov_create()
1080 static int lov_destroy(const struct lu_env *env, struct obd_export *exp, in lov_destroy()
1382 static int lov_statfs(const struct lu_env *env, struct obd_export *exp, in lov_statfs()
1969 static int lov_get_info(const struct lu_env *env, struct obd_export *exp, in lov_get_info()
2077 static int lov_set_info_async(const struct lu_env *env, struct obd_export *exp, in lov_set_info_async()
Dlov_cl_internal.h654 static inline struct lov_session *lov_env_session(const struct lu_env *env) in lov_env_session()
663 static inline struct lov_io *lov_env_io(const struct lu_env *env) in lov_env_io()
805 static inline struct lov_io *cl2lov_io(const struct lu_env *env, in cl2lov_io()
820 static inline struct lov_thread_info *lov_env_info(const struct lu_env *env) in lov_env_info()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h838 dt_locate(const struct lu_env *env, struct dt_device *dev, in dt_locate()
890 static inline int dt_object_lock(const struct lu_env *env, in dt_object_lock()
904 static inline int dt_object_sync(const struct lu_env *env, struct dt_object *o, in dt_object_sync()
936 static inline struct thandle *dt_trans_create(const struct lu_env *env, in dt_trans_create()
943 static inline int dt_trans_start(const struct lu_env *env, in dt_trans_start()
951 static inline int dt_trans_start_local(const struct lu_env *env, in dt_trans_start_local()
959 static inline int dt_trans_stop(const struct lu_env *env, in dt_trans_stop()
976 static inline int dt_declare_record_write(const struct lu_env *env, in dt_declare_record_write()
991 static inline int dt_declare_create(const struct lu_env *env, in dt_declare_create()
1004 static inline int dt_create(const struct lu_env *env, in dt_create()
[all …]
Dlclient.h126 static inline struct ccc_thread_info *ccc_env_info(const struct lu_env *env) in ccc_env_info()
135 static inline struct cl_attr *ccc_env_thread_attr(const struct lu_env *env) in ccc_env_thread_attr()
143 static inline struct cl_io *ccc_env_thread_io(const struct lu_env *env) in ccc_env_thread_io()
155 static inline struct ccc_session *ccc_env_session(const struct lu_env *env) in ccc_env_session()
164 static inline struct ccc_io *ccc_env_io(const struct lu_env *env) in ccc_env_io()
387 # define CLOBINVRNT(env, clob, expr) \ argument
Dobd_class.h507 static inline int obd_get_info(const struct lu_env *env, in obd_get_info()
522 static inline int obd_set_info_async(const struct lu_env *env, in obd_set_info_async()
567 struct lu_env env; in obd_setup() local
608 struct lu_env env; in obd_precleanup() local
636 struct lu_env env; in obd_cleanup() local
687 struct lu_env env; in obd_process_config() local
790 static inline int obd_create(const struct lu_env *env, struct obd_export *exp, in obd_create()
803 static inline int obd_destroy(const struct lu_env *env, struct obd_export *exp, in obd_destroy()
817 static inline int obd_getattr(const struct lu_env *env, struct obd_export *exp, in obd_getattr()
842 static inline int obd_setattr(const struct lu_env *env, struct obd_export *exp, in obd_setattr()
[all …]
Dlustre_log.h443 static inline int llog_destroy(const struct lu_env *env, in llog_destroy()
459 static inline int llog_next_block(const struct lu_env *env, in llog_next_block()
478 static inline int llog_prev_block(const struct lu_env *env, in llog_prev_block()
Dcl_object.h1092 #define CL_PAGE_DEBUG(mask, env, page, format, ...) \ argument
1105 #define CL_PAGE_HEADER(mask, env, page, format, ...) \ argument
1830 #define CL_LOCK_DEBUG(mask, env, lock, format, ...) \ argument
1840 #define CL_LOCK_ASSERT(expr, env, lock) do { \ argument
2914 static inline struct cl_lock *cl_lock_at_page(const struct lu_env *env, in cl_lock_at_page()
Dlu_object.h789 #define LU_OBJECT_DEBUG(mask, env, object, format, ...) \ argument
802 #define LU_OBJECT_HEADER(mask, env, object, format, ...) \ argument
Dlustre_net.h1524 static inline int ptlrpc_req_interpret(const struct lu_env *env, in ptlrpc_req_interpret()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c146 static inline struct echo_thread_info *echo_env_info(const struct lu_env *env) in echo_env_info()
227 static struct page *echo_page_vmpage(const struct lu_env *env, in echo_page_vmpage()
233 static int echo_page_own(const struct lu_env *env, in echo_page_own()
246 static void echo_page_disown(const struct lu_env *env, in echo_page_disown()
256 static void echo_page_discard(const struct lu_env *env, in echo_page_discard()
263 static int echo_page_is_vmlocked(const struct lu_env *env, in echo_page_is_vmlocked()
271 static void echo_page_completion(const struct lu_env *env, in echo_page_completion()
278 static void echo_page_fini(const struct lu_env *env, in echo_page_fini()
289 static int echo_page_prep(const struct lu_env *env, in echo_page_prep()
296 static int echo_page_print(const struct lu_env *env, in echo_page_print()
[all …]
/linux-4.1.27/kernel/bpf/
Dverifier.c241 static void print_verifier_state(struct verifier_env *env) in print_verifier_state()
412 static int pop_stack(struct verifier_env *env, int *prev_insn_idx) in pop_stack()
431 static struct verifier_state *push_stack(struct verifier_env *env, int insn_idx, in push_stack()
613 static int check_map_access(struct verifier_env *env, u32 regno, int off, in check_map_access()
627 static int check_ctx_access(struct verifier_env *env, int off, int size, in check_ctx_access()
644 static int check_mem_access(struct verifier_env *env, u32 regno, int off, in check_mem_access()
687 static int check_xadd(struct verifier_env *env, struct bpf_insn *insn) in check_xadd()
723 static int check_stack_boundary(struct verifier_env *env, in check_stack_boundary()
751 static int check_func_arg(struct verifier_env *env, u32 regno, in check_func_arg()
836 static int check_call(struct verifier_env *env, int func_id) in check_call()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c79 static int llog_client_open(const struct lu_env *env, in llog_client_open()
145 static int llog_client_destroy(const struct lu_env *env, in llog_client_destroy()
180 static int llog_client_next_block(const struct lu_env *env, in llog_client_next_block()
239 static int llog_client_prev_block(const struct lu_env *env, in llog_client_prev_block()
292 static int llog_client_read_header(const struct lu_env *env, in llog_client_read_header()
349 static int llog_client_close(const struct lu_env *env, in llog_client_close()
Dptlrpcd.c263 static int ptlrpcd_check(struct lu_env *env, struct ptlrpcd_ctl *pc) in ptlrpcd_check()
376 struct lu_env env = { .le_ses = NULL }; in ptlrpcd() local
Dimport.c788 static int ptlrpc_connect_interpret(const struct lu_env *env, in ptlrpc_connect_interpret()
1216 static int completed_replay_interpret(const struct lu_env *env, in completed_replay_interpret()
Dclient.c1510 int ptlrpc_check_set(const struct lu_env *env, struct ptlrpc_request_set *set) in ptlrpc_check_set()
2706 static int ptlrpc_replay_interpret(const struct lu_env *env, in ptlrpc_replay_interpret()
3045 static int work_interpreter(const struct lu_env *env, in work_interpreter()
Dservice.c2264 struct lu_env *env; in ptlrpc_main() local
/linux-4.1.27/drivers/staging/lustre/lustre/fid/
Dfid_request.c145 const struct lu_env *env) in seq_client_alloc_super()
169 static int seq_client_alloc_meta(const struct lu_env *env, in seq_client_alloc_meta()
191 static int seq_client_alloc_seq(const struct lu_env *env, in seq_client_alloc_seq()
253 int seq_client_get_seq(const struct lu_env *env, in seq_client_get_seq()
302 int seq_client_alloc_fid(const struct lu_env *env, in seq_client_alloc_fid()
/linux-4.1.27/tools/perf/arch/
Dcommon.c66 char *env = getenv("PATH"); in lookup_path() local
131 static int perf_session_env__lookup_binutils_path(struct perf_session_env *env, in perf_session_env__lookup_binutils_path()
209 int perf_session_env__lookup_objdump(struct perf_session_env *env) in perf_session_env__lookup_objdump()
/linux-4.1.27/arch/mips/loongson1/common/
Dprom.c24 char **env = prom_envp; in prom_getenv() local
38 static inline unsigned long env_or_default(char *env, unsigned long dfl) in env_or_default()
/linux-4.1.27/include/linux/
Dof_device.h66 struct kobj_uevent_env *env) { } in of_device_uevent()
75 struct kobj_uevent_env *env) in of_device_uevent_modalias()
Dacpi.h563 struct kobj_uevent_env *env) in acpi_device_uevent_modalias()
/linux-4.1.27/lib/
Dkobject_uevent.c129 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) in init_uevent_argv()
167 struct kobj_uevent_env *env; in kobject_uevent_env() local
386 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) in add_uevent_var()
/linux-4.1.27/drivers/hwmon/
Dultra45_env.c60 struct env { struct
67 static u8 env_read(struct env *p, u8 ireg) in env_read() argument
/linux-4.1.27/drivers/of/
Ddevice.c219 void of_device_uevent(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent()
258 int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
/linux-4.1.27/arch/x86/kernel/
Di387.c487 convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk) in convert_from_fxsr()
524 const struct user_i387_ia32_struct *env) in convert_to_fxsr()
555 struct user_i387_ia32_struct env; in fpregs_get() local
586 struct user_i387_ia32_struct env; in fpregs_set() local
Dxsave.c143 struct user_i387_ia32_struct env; in save_fsave_header() local
383 struct user_i387_ia32_struct env; in __restore_xstate_sig() local
/linux-4.1.27/arch/powerpc/include/asm/
Dtypes.h25 unsigned long env; member
/linux-4.1.27/arch/mips/pnx833x/common/
Dprom.c48 char **env = prom_envp; in prom_getenv() local
/linux-4.1.27/tools/perf/util/
Dpager.c93 const char *env; in pager_in_use() local
Dexec_cmd.c57 const char *env; in perf_exec_path() local
Drun-command.h40 const char *const *env; member
Dheader.h99 struct perf_session_env env; member
Dsymbol.c1809 static int vmlinux_path__init(struct perf_session_env *env) in vmlinux_path__init()
1920 int symbol__init(struct perf_session_env *env) in symbol__init()
Dsession.c170 static void perf_session_env__delete(struct perf_session_env *env) in perf_session_env__delete()
/linux-4.1.27/kernel/sched/
Dfair.c1185 static void task_numa_assign(struct task_numa_env *env, in task_numa_assign()
1199 struct task_numa_env *env) in load_too_imbalanced()
1259 static void task_numa_compare(struct task_numa_env *env, in task_numa_compare()
1397 static void task_numa_find_cpu(struct task_numa_env *env, in task_numa_find_cpu()
1414 struct task_numa_env env = { in task_numa_migrate() local
5442 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot()
5474 static bool migrate_improves_locality(struct task_struct *p, struct lb_env *env) in migrate_improves_locality()
5510 static bool migrate_degrades_locality(struct task_struct *p, struct lb_env *env) in migrate_degrades_locality()
5548 struct lb_env *env) in migrate_improves_locality()
5554 struct lb_env *env) in migrate_degrades_locality()
[all …]
/linux-4.1.27/drivers/mtd/maps/
Dpmcmsp-flash.c56 char *env; in init_msp_flash() local
/linux-4.1.27/arch/mips/pnx833x/stb22x/
Dboard.c52 static inline unsigned long env_or_default(char *env, unsigned long dfl) in env_or_default()
/linux-4.1.27/arch/mips/alchemy/common/
Dprom.c64 char **env = prom_envp; in prom_getenv() local
/linux-4.1.27/security/tomoyo/
Denviron.c49 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env) in tomoyo_env_perm()
Dcommon.h754 const struct tomoyo_path_info *env; /* environment variable */ member
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c644 static int mgc_llog_init(const struct lu_env *env, struct obd_device *obd) in mgc_llog_init()
665 static int mgc_llog_fini(const struct lu_env *env, struct obd_device *obd) in mgc_llog_fini()
970 static int mgc_set_info_async(const struct lu_env *env, struct obd_export *exp, in mgc_set_info_async()
1047 static int mgc_get_info(const struct lu_env *env, struct obd_export *exp, in mgc_get_info()
1482 struct lu_env *env; in mgc_process_cfg_log() local
/linux-4.1.27/tools/perf/ui/browsers/
Dheader.c94 int tui__header_window(struct perf_session_env *env) in tui__header_window()
Dhists.c1421 struct perf_session_env *env) in perf_evsel__hists_browse()
1824 struct perf_session_env *env; member
1981 struct perf_session_env *env) in __perf_evlist__tui_browse_hists()
2014 struct perf_session_env *env) in perf_evlist__tui_browse_hists()
/linux-4.1.27/drivers/zorro/
Dzorro-driver.c143 static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env) in zorro_uevent()
/linux-4.1.27/drivers/rapidio/
Drio-driver.c201 static int rio_uevent(struct device *dev, struct kobj_uevent_env *env) in rio_uevent()
/linux-4.1.27/scripts/kconfig/
Dconfdata.c114 char *env, *name; in conf_get_default_confname() local
749 char *env; in conf_write() local
1135 char *env = getenv("KCONFIG_PROBABILITY"); in conf_set_all_new_symbols() local
Dsymbol.c1346 static void prop_add_env(const char *env) in prop_add_env()
Dgconf.c1447 char *env; in main() local
Dzconf.lex.c2324 char *env, fullname[PATH_MAX+1]; in zconf_fopen() local
/linux-4.1.27/net/wireless/
Dsysfs.c83 static int wiphy_uevent(struct device *dev, struct kobj_uevent_env *env) in wiphy_uevent()
Dcore.h48 enum environment_cap env; member
Dreg.c538 char *env[] = { country, NULL }; in call_crda() local
2391 enum environment_cap env = ENVIRON_ANY; in regulatory_hint_country_ie() local
/linux-4.1.27/arch/x86/um/
Dsignal.c85 unsigned long env[7]; in convert_fxsr_to_user() local
118 unsigned long env[7]; in convert_fxsr_from_user() local
/linux-4.1.27/sound/aoa/soundbus/
Dcore.c59 static int soundbus_uevent(struct device *dev, struct kobj_uevent_env *env) in soundbus_uevent()
/linux-4.1.27/drivers/power/
Dpower_supply_sysfs.c273 int power_supply_uevent(struct device *dev, struct kobj_uevent_env *env) in power_supply_uevent()
/linux-4.1.27/drivers/misc/mic/bus/
Dmic_bus.c90 static int mbus_uevent(struct device *dv, struct kobj_uevent_env *env) in mbus_uevent()
/linux-4.1.27/net/atm/
Datm_sysfs.c116 static int atm_uevent(struct device *cdev, struct kobj_uevent_env *env) in atm_uevent()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe_backend.c97 struct kobj_uevent_env *env) in xenbus_uevent_backend()
Dxenbus_probe_frontend.c79 struct kobj_uevent_env *env) in xenbus_uevent_frontend()
/linux-4.1.27/drivers/fmc/
Dfmc-core.c31 static int fmc_uevent(struct device *dev, struct kobj_uevent_env *env) in fmc_uevent()
/linux-4.1.27/drivers/firmware/
Ddmi-id.c148 static int dmi_dev_uevent(struct device *dev, struct kobj_uevent_env *env) in dmi_dev_uevent()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1133 static int mdc_statfs(const struct lu_env *env, in mdc_statfs()
1554 static int changelog_kkuc_cb(const struct lu_env *env, struct llog_handle *llh, in changelog_kkuc_cb()
2154 static int mdc_set_info_async(const struct lu_env *env, in mdc_set_info_async()
2205 static int mdc_get_info(const struct lu_env *env, struct obd_export *exp, in mdc_get_info()
2593 static int mdc_interpret_renew_capa(const struct lu_env *env, in mdc_interpret_renew_capa()
Dmdc_locks.c1210 static int mdc_intent_getattr_async_interpret(const struct lu_env *env, in mdc_intent_getattr_async_interpret()
/linux-4.1.27/drivers/mmc/core/
Dsdio_bus.c109 sdio_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in sdio_bus_uevent()
Dbus.c68 mmc_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in mmc_bus_uevent()
/linux-4.1.27/arch/m68k/68360/
Dhead-ram.S258 env: label
Dhead-rom.S268 env: label
/linux-4.1.27/drivers/s390/cio/
Dscm.c38 static int scmdev_uevent(struct device *dev, struct kobj_uevent_env *env) in scmdev_uevent()
Dcss.c1178 static int css_uevent(struct device *dev, struct kobj_uevent_env *env) in css_uevent()
Ddevice.c101 static int ccw_uevent(struct device *dev, struct kobj_uevent_env *env) in ccw_uevent()
/linux-4.1.27/arch/mips/ar7/
Dprom.c183 static void __init ar7_init_env(struct env_var *env) in ar7_init_env()
/linux-4.1.27/drivers/staging/lustre/lustre/fld/
Dfld_request.c465 __u32 flags, const struct lu_env *env) in fld_client_lookup()
/linux-4.1.27/drivers/ide/
Dide.c115 static int ide_uevent(struct device *dev, struct kobj_uevent_env *env) in ide_uevent()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c490 int client_connect_import(const struct lu_env *env, in client_connect_import()
Dldlm_request.c2097 static int replay_lock_interpret(const struct lu_env *env, in replay_lock_interpret()
/linux-4.1.27/drivers/mcb/
Dmcb-core.c47 static int mcb_uevent(struct device *dev, struct kobj_uevent_env *env) in mcb_uevent()
/linux-4.1.27/drivers/eisa/
Deisa-bus.c131 static int eisa_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in eisa_bus_uevent()
/linux-4.1.27/drivers/virtio/
Dvirtio.c95 static int virtio_uevent(struct device *_dv, struct kobj_uevent_env *env) in virtio_uevent()
/linux-4.1.27/drivers/isdn/mISDN/
Dcore.c151 static int mISDN_uevent(struct device *dev, struct kobj_uevent_env *env) in mISDN_uevent()
/linux-4.1.27/drivers/misc/
Dtifm_core.c62 static int tifm_uevent(struct device *dev, struct kobj_uevent_env *env) in tifm_uevent()
/linux-4.1.27/arch/mips/sgi-ip22/
Dip22-gio.c198 static int gio_device_uevent(struct device *dev, struct kobj_uevent_env *env) in gio_device_uevent()
/linux-4.1.27/drivers/media/dvb-core/
Ddvbdev.c577 static int dvb_uevent(struct device *dev, struct kobj_uevent_env *env) in dvb_uevent()
/linux-4.1.27/drivers/pcmcia/
Dcs.c818 struct kobj_uevent_env *env) in pcmcia_socket_uevent()
Dds.c926 static int pcmcia_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in pcmcia_bus_uevent()
/linux-4.1.27/arch/alpha/include/asm/
Derr_ev7.h181 struct ev7_pal_environmental_subpacket env; /* Type 10-16 */ member
195 struct ev7_pal_environmental_subpacket *env[7]; /* Type 10-16 */ member
/linux-4.1.27/drivers/staging/fsl-mc/bus/
Dmc-bus.c97 static int fsl_mc_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in fsl_mc_bus_uevent()
/linux-4.1.27/drivers/memstick/core/
Dmemstick.c63 static int memstick_uevent(struct device *dev, struct kobj_uevent_env *env) in memstick_uevent()
/linux-4.1.27/drivers/usb/gadget/udc/
Dudc-core.c611 static int usb_udc_uevent(struct device *dev, struct kobj_uevent_env *env) in usb_udc_uevent()
/linux-4.1.27/drivers/ipack/
Dipack.c88 static int ipack_uevent(struct device *dev, struct kobj_uevent_env *env) in ipack_uevent()
/linux-4.1.27/drivers/base/
Dcpu.c310 static int cpu_uevent(struct device *dev, struct kobj_uevent_env *env) in cpu_uevent()
Dcore.c299 struct kobj_uevent_env *env) in dev_uevent()
376 struct kobj_uevent_env *env = NULL; in uevent_show() local
Dfirmware_class.c547 static int do_firmware_uevent(struct firmware_priv *fw_priv, struct kobj_uevent_env *env) in do_firmware_uevent()
559 static int firmware_uevent(struct device *dev, struct kobj_uevent_env *env) in firmware_uevent()
Dplatform.c774 static int platform_uevent(struct device *dev, struct kobj_uevent_env *env) in platform_uevent()
/linux-4.1.27/drivers/misc/mei/
Dbus.c117 static int mei_cl_uevent(struct device *dev, struct kobj_uevent_env *env) in mei_cl_uevent()
/linux-4.1.27/drivers/md/bcache/
Dsysfs.c196 struct kobj_uevent_env *env; in STORE() local
Dsuper.c872 char *env[] = { in bch_cached_dev_run() local
/linux-4.1.27/drivers/input/
Dinput.c1525 static int input_add_uevent_bm_var(struct kobj_uevent_env *env, in input_add_uevent_bm_var()
1543 static int input_add_uevent_modalias_var(struct kobj_uevent_env *env, in input_add_uevent_modalias_var()
1582 static int input_dev_uevent(struct device *device, struct kobj_uevent_env *env) in input_dev_uevent()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c197 static int lmv_connect(const struct lu_env *env, in lmv_connect()
1427 static int lmv_statfs(const struct lu_env *env, struct obd_export *exp, in lmv_statfs()
2325 static int lmv_get_info(const struct lu_env *env, struct obd_export *exp, in lmv_get_info()
2390 static int lmv_set_info_async(const struct lu_env *env, struct obd_export *exp, in lmv_set_info_async()
/linux-4.1.27/drivers/bus/
Dmips_cdmm.c68 static int mips_cdmm_uevent(struct device *dev, struct kobj_uevent_env *env) in mips_cdmm_uevent()
/linux-4.1.27/arch/ia64/sn/kernel/
Dtiocx.c68 static int tiocx_uevent(struct device *dev, struct kobj_uevent_env *env) in tiocx_uevent()
/linux-4.1.27/drivers/acpi/
Dscan.c277 struct kobj_uevent_env *env) in __acpi_device_uevent_modalias()
318 int acpi_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) in acpi_device_uevent_modalias()
1127 static int acpi_device_uevent(struct device *dev, struct kobj_uevent_env *env) in acpi_device_uevent()
/linux-4.1.27/drivers/usb/core/
Dusb.c293 static int usb_dev_uevent(struct device *dev, struct kobj_uevent_env *env) in usb_dev_uevent()
Ddriver.c827 static int usb_uevent(struct device *dev, struct kobj_uevent_env *env) in usb_uevent()
Dmessage.c1558 static int usb_if_uevent(struct device *dev, struct kobj_uevent_env *env) in usb_if_uevent()
/linux-4.1.27/drivers/hsi/
Dhsi.c46 static int hsi_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in hsi_bus_uevent()
/linux-4.1.27/drivers/bcma/
Dmain.c630 static int bcma_device_uevent(struct device *dev, struct kobj_uevent_env *env) in bcma_device_uevent()
/linux-4.1.27/drivers/net/xen-netback/
Dxenbus.c392 struct kobj_uevent_env *env) in netback_uevent()
/linux-4.1.27/drivers/sh/maple/
Dmaple.c765 struct kobj_uevent_env *env) in maple_bus_uevent()
/linux-4.1.27/drivers/s390/net/
Dqeth_l2_main.c1408 char *env[8]; in qeth_bridge_emit_host_event() local
1466 char *env[] = { in qeth_bridge_state_change_worker() local
/linux-4.1.27/fs/dlm/
Dlockspace.c228 struct kobj_uevent_env *env) in dlm_uevent()
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dsystem-bus.c455 static int ps3_system_bus_uevent(struct device *_dev, struct kobj_uevent_env *env) in ps3_system_bus_uevent()
/linux-4.1.27/drivers/amba/
Dbus.c54 static int amba_uevent(struct device *dev, struct kobj_uevent_env *env) in amba_uevent()
/linux-4.1.27/drivers/rpmsg/
Dvirtio_rpmsg_bus.c185 static int rpmsg_uevent(struct device *dev, struct kobj_uevent_env *env) in rpmsg_uevent()
/linux-4.1.27/drivers/platform/x86/
Dwmi.c685 static int wmi_dev_uevent(struct device *dev, struct kobj_uevent_env *env) in wmi_dev_uevent()
Dasus-wmi.c400 static int kbd_led_read(struct asus_wmi *asus, int *level, int *env) in kbd_led_read()
/linux-4.1.27/fs/gfs2/
Dsys.c680 struct kobj_uevent_env *env) in gfs2_uevent()
/linux-4.1.27/drivers/infiniband/core/
Dsysfs.c463 struct kobj_uevent_env *env) in ib_device_uevent()
/linux-4.1.27/arch/alpha/kernel/
Derr_marvel.c27 struct ev7_pal_environmental_subpacket *env; in marvel_print_680_frame() local
/linux-4.1.27/arch/parisc/kernel/
Ddrivers.c551 static int parisc_uevent(struct device *dev, struct kobj_uevent_env *env) in parisc_uevent()
/linux-4.1.27/drivers/input/serio/
Dserio.c920 static int serio_uevent(struct device *dev, struct kobj_uevent_env *env) in serio_uevent()
/linux-4.1.27/drivers/staging/unisys/virtpci/
Dvirtpci.c648 static int virtpci_uevent(struct device *dev, struct kobj_uevent_env *env) in virtpci_uevent()
/linux-4.1.27/drivers/media/rc/
Drc-main.c1190 static int rc_dev_uevent(struct device *device, struct kobj_uevent_env *env) in rc_dev_uevent()
/linux-4.1.27/drivers/w1/
Dw1.c581 static int w1_uevent(struct device *dev, struct kobj_uevent_env *env) in w1_uevent()
/linux-4.1.27/drivers/hv/
Dvmbus_drv.c456 static int vmbus_uevent(struct device *device, struct kobj_uevent_env *env) in vmbus_uevent()
/linux-4.1.27/drivers/pci/
Dpci-driver.c1365 static int pci_uevent(struct device *dev, struct kobj_uevent_env *env) in pci_uevent()
/linux-4.1.27/drivers/ssb/
Dmain.c340 static int ssb_device_uevent(struct device *dev, struct kobj_uevent_env *env) in ssb_device_uevent()
/linux-4.1.27/drivers/firewire/
Dcore-device.c222 static int fw_unit_uevent(struct device *dev, struct kobj_uevent_env *env) in fw_unit_uevent()
/linux-4.1.27/drivers/scsi/
Dscsi_sysfs.c459 static int scsi_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in scsi_bus_uevent()
/linux-4.1.27/net/rfkill/
Dcore.c752 static int rfkill_dev_uevent(struct device *dev, struct kobj_uevent_env *env) in rfkill_dev_uevent()
/linux-4.1.27/arch/powerpc/kernel/
Dvio.c1587 static int vio_hotplug(struct device *dev, struct kobj_uevent_env *env) in vio_hotplug()
/linux-4.1.27/drivers/hid/
Dhid-core.c2199 static int hid_uevent(struct device *dev, struct kobj_uevent_env *env) in hid_uevent()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dpcie.c2272 static char *env[] = { "DRIVER=mwifiex_pcie", "EVENT=fw_dump", NULL }; in mwifiex_pcie_fw_dump_work() local
Dsdio.c2125 static char *env[] = { "DRIVER=mwifiex_sdio", "EVENT=fw_dump", NULL }; in mwifiex_sdio_fw_dump_work() local
/linux-4.1.27/drivers/s390/crypto/
Dap_bus.c798 static int ap_uevent (struct device *dev, struct kobj_uevent_env *env) in ap_uevent()
/linux-4.1.27/drivers/spi/
Dspi.c118 static int spi_uevent(struct device *dev, struct kobj_uevent_env *env) in spi_uevent()
/linux-4.1.27/net/core/
Dnet-sysfs.c1403 static int netdev_uevent(struct device *d, struct kobj_uevent_env *env) in netdev_uevent()
/linux-4.1.27/drivers/i2c/
Di2c-core.c483 static int i2c_device_uevent(struct device *dev, struct kobj_uevent_env *env) in i2c_device_uevent()
/linux-4.1.27/arch/sparc/kernel/
Dldc.c61 u8 env; member