Home
last modified time | relevance | path

Searched defs:ls (Results 1 – 25 of 79) sorted by relevance

1234

/linux/fs/dlm/
A Drecover.c42 int dlm_wait_function(struct dlm_ls *ls, int (*testfn) (struct dlm_ls *ls)) in dlm_wait_function()
252 struct dlm_ls *ls = r->res_ls; in recover_list_add() local
265 struct dlm_ls *ls = r->res_ls; in recover_list_del() local
309 struct dlm_ls *ls = r->res_ls; in recover_idr_add() local
334 struct dlm_ls *ls = r->res_ls; in recover_idr_del() local
446 struct dlm_ls *ls = r->res_ls; in recover_master() local
523 int dlm_recover_masters(struct dlm_ls *ls) in dlm_recover_masters()
659 int dlm_recover_locks(struct dlm_ls *ls) in dlm_recover_locks()
821 struct dlm_ls *ls = r->res_ls; in recover_conversion() local
858 void dlm_recover_rsbs(struct dlm_ls *ls) in dlm_recover_rsbs()
[all …]
A Dlockspace.c199 static int do_uevent(struct dlm_ls *ls, int in) in do_uevent()
254 struct dlm_ls *ls; in find_ls_to_scan() local
270 struct dlm_ls *ls; in dlm_scand() local
311 struct dlm_ls *ls; in dlm_find_lockspace_global() local
329 struct dlm_ls *ls; in dlm_find_lockspace_local() local
346 struct dlm_ls *ls; in dlm_find_lockspace_device() local
361 void dlm_put_lockspace(struct dlm_ls *ls) in dlm_put_lockspace()
368 static void remove_lockspace(struct dlm_ls *ls) in remove_lockspace()
413 struct dlm_ls *ls; in new_lockspace() local
879 struct dlm_ls *ls; in dlm_release_lockspace() local
[all …]
A Drecoverd.c31 static int enable_locking(struct dlm_ls *ls, uint64_t seq) in enable_locking()
51 static int ls_recover(struct dlm_ls *ls, struct dlm_recover *rv) in ls_recover()
258 static void do_ls_recovery(struct dlm_ls *ls) in do_ls_recovery()
278 struct dlm_ls *ls; in dlm_recoverd() local
326 int dlm_recoverd_start(struct dlm_ls *ls) in dlm_recoverd_start()
339 void dlm_recoverd_stop(struct dlm_ls *ls) in dlm_recoverd_stop()
344 void dlm_recoverd_suspend(struct dlm_ls *ls) in dlm_recoverd_suspend()
350 void dlm_recoverd_resume(struct dlm_ls *ls) in dlm_recoverd_resume()
A Dmember.c28 void dlm_slot_save(struct dlm_ls *ls, struct dlm_rcom *rc, in dlm_slot_save()
97 int dlm_slots_copy_in(struct dlm_ls *ls) in dlm_slots_copy_in()
350 int dlm_is_member(struct dlm_ls *ls, int nodeid) in dlm_is_member()
357 int dlm_is_removed(struct dlm_ls *ls, int nodeid) in dlm_is_removed()
383 void dlm_clear_members(struct dlm_ls *ls) in dlm_clear_members()
389 void dlm_clear_members_gone(struct dlm_ls *ls) in dlm_clear_members_gone()
394 static void make_member_array(struct dlm_ls *ls) in make_member_array()
439 static int ping_members(struct dlm_ls *ls) in ping_members()
493 void dlm_lsop_recover_done(struct dlm_ls *ls) in dlm_lsop_recover_done()
612 int dlm_ls_stop(struct dlm_ls *ls) in dlm_ls_stop()
[all …]
A Drcom.c25 static int rcom_response(struct dlm_ls *ls) in rcom_response()
30 static void _create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in _create_rcom()
52 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in create_rcom()
71 static int create_rcom_stateless(struct dlm_ls *ls, int to_nodeid, int type, in create_rcom_stateless()
105 static void set_rcom_status(struct dlm_ls *ls, struct rcom_status *rs, in set_rcom_status()
115 static void set_rcom_config(struct dlm_ls *ls, struct rcom_config *rf, in set_rcom_config()
148 static void allow_sync_reply(struct dlm_ls *ls, uint64_t *new_seq) in allow_sync_reply()
156 static void disallow_sync_reply(struct dlm_ls *ls) in disallow_sync_reply()
175 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags) in dlm_rcom_status()
359 struct dlm_ls *ls = r->res_ls; in dlm_send_rcom_lookup() local
[all …]
A Dlock.c208 void dlm_unlock_recovery(struct dlm_ls *ls) in dlm_unlock_recovery()
349 struct dlm_ls *ls = r->res_ls; in put_rsb() local
1126 struct dlm_ls *ls = r->res_ls; in toss_rsb() local
1269 struct dlm_ls *ls; in dlm_put_lkb() local
1393 void dlm_scan_waiters(struct dlm_ls *ls) in dlm_scan_waiters()
1627 struct dlm_ls *ls = r->res_ls; in wait_pending_remove() local
1800 void dlm_scan_rsbs(struct dlm_ls *ls) in dlm_scan_rsbs()
3421 struct dlm_ls *ls; in dlm_lock() local
3469 struct dlm_ls *ls; in dlm_unlock() local
5022 struct dlm_ls *ls; in dlm_receive_buffer() local
[all …]
A Dast.c54 struct dlm_ls *ls = lkb->lkb_resource->res_ls; in dlm_add_lkb_callback() local
112 int dlm_rem_lkb_callback(struct dlm_ls *ls, struct dlm_lkb *lkb, in dlm_rem_lkb_callback()
176 struct dlm_ls *ls = lkb->lkb_resource->res_ls; in dlm_add_cb() local
216 struct dlm_ls *ls = lkb->lkb_resource->res_ls; in dlm_callback_work() local
268 int dlm_callback_start(struct dlm_ls *ls) in dlm_callback_start()
279 void dlm_callback_stop(struct dlm_ls *ls) in dlm_callback_stop()
285 void dlm_callback_suspend(struct dlm_ls *ls) in dlm_callback_suspend()
295 void dlm_callback_resume(struct dlm_ls *ls) in dlm_callback_resume()
A Drequestqueue.c32 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, struct dlm_message *ms) in dlm_add_requestqueue()
63 int dlm_process_requestqueue(struct dlm_ls *ls) in dlm_process_requestqueue()
116 void dlm_wait_requestqueue(struct dlm_ls *ls) in dlm_wait_requestqueue()
128 static int purge_request(struct dlm_ls *ls, struct dlm_message *ms, int nodeid) in purge_request()
153 void dlm_purge_requestqueue(struct dlm_ls *ls) in dlm_purge_requestqueue()
A Ddir.c33 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash) in dlm_hash2nodeid()
50 void dlm_recover_dir_nodeid(struct dlm_ls *ls) in dlm_recover_dir_nodeid()
61 int dlm_recover_directory(struct dlm_ls *ls) in dlm_recover_directory()
200 static struct dlm_rsb *find_rsb_root(struct dlm_ls *ls, char *name, int len) in find_rsb_root()
236 void dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen, in dlm_copy_master_names()
A Dmemory.c43 char *dlm_allocate_lvb(struct dlm_ls *ls) in dlm_allocate_lvb()
56 struct dlm_rsb *dlm_allocate_rsb(struct dlm_ls *ls) in dlm_allocate_rsb()
71 struct dlm_lkb *dlm_allocate_lkb(struct dlm_ls *ls) in dlm_allocate_lkb()
A Duser.c178 struct dlm_ls *ls; in dlm_user_add_ast() local
239 struct dlm_ls *ls; in device_user_lock() local
293 struct dlm_ls *ls; in device_user_unlock() local
322 struct dlm_ls *ls; in device_user_deadlock() local
335 static int dlm_device_register(struct dlm_ls *ls, char *name) in dlm_device_register()
367 int dlm_device_deregister(struct dlm_ls *ls) in dlm_device_deregister()
383 struct dlm_ls *ls; in device_user_purge() local
399 struct dlm_ls *ls; in device_create_lockspace() local
429 struct dlm_ls *ls; in device_remove_lockspace() local
633 struct dlm_ls *ls; in device_open() local
[all …]
A Dplock.c77 static void do_unlock_close(struct dlm_ls *ls, u64 number, in do_unlock_close()
104 struct dlm_ls *ls; in dlm_posix_lock() local
244 struct dlm_ls *ls; in dlm_posix_unlock() local
318 struct dlm_ls *ls; in dlm_posix_get() local
A Ddebug_fs.c425 struct dlm_ls *ls = seq->private; in table_seq_start() local
503 struct dlm_ls *ls = seq->private; in table_seq_next() local
704 struct dlm_ls *ls = file->private_data; in waiters_read() local
734 void dlm_delete_debug_file(struct dlm_ls *ls) in dlm_delete_debug_file()
794 void dlm_create_debug_file(struct dlm_ls *ls) in dlm_create_debug_file()
A Ddlm_internal.h66 #define log_error(ls, fmt, args...) \ argument
69 #define log_rinfo(ls, fmt, args...) \ argument
79 #define log_debug(ls, fmt, args...) \ argument
86 #define log_limit(ls, fmt, args...) \ argument
731 static inline int dlm_locking_stopped(struct dlm_ls *ls) in dlm_locking_stopped()
736 static inline int dlm_recovery_stopped(struct dlm_ls *ls) in dlm_recovery_stopped()
741 static inline int dlm_no_directory(struct dlm_ls *ls) in dlm_no_directory()
762 static inline void dlm_create_debug_file(struct dlm_ls *ls) { } in dlm_create_debug_file()
763 static inline void dlm_delete_debug_file(struct dlm_ls *ls) { } in dlm_delete_debug_file()
/linux/fs/gfs2/
A Dlock_dlm.c289 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gdlm_put_lock() local
500 struct lm_lockstruct *ls = arg; in sync_wait_cb() local
506 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_unlock() local
529 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in sync_lock() local
559 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_unlock() local
565 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in mounted_lock() local
572 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_unlock() local
578 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_lock() local
608 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in gfs2_control_func() local
792 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in control_mount() local
[all …]
A Dsys.c395 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show() local
407 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store() local
451 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show() local
484 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show() local
542 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show() local
548 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show() local
/linux/fs/nfsd/
A Dnfs4layouts.c158 struct nfs4_layout_stateid *ls = layoutstateid(stid); in nfsd4_free_layout_stateid() local
183 nfsd4_layout_setlease(struct nfs4_layout_stateid *ls) in nfsd4_layout_setlease()
218 struct nfs4_layout_stateid *ls; in nfsd4_alloc_layout_stateid() local
270 struct nfs4_layout_stateid *ls; in nfsd4_preprocess_layout_stateid() local
494 struct nfs4_layout_stateid *ls; in nfsd4_return_file_layouts() local
537 struct nfs4_layout_stateid *ls, *n; in nfsd4_return_client_layouts() local
580 struct nfs4_layout_stateid *ls, *n; in nfsd4_return_all_client_layouts() local
594 struct nfs4_layout_stateid *ls, *n; in nfsd4_return_all_file_layouts() local
644 struct nfs4_layout_stateid *ls = in nfsd4_cb_layout_prepare() local
655 struct nfs4_layout_stateid *ls = in nfsd4_cb_layout_done() local
[all …]
/linux/security/apparmor/
A Dlabel.c592 struct aa_labelset *ls = labels_set(label); in __label_remove() local
628 struct aa_labelset *ls = labels_set(old); in __label_replace() local
771 struct aa_labelset *ls = labels_set(label); in aa_label_remove() local
807 struct aa_labelset *ls = labels_set(old); in aa_label_replace() local
835 struct aa_labelset *ls; in vec_find() local
856 struct aa_labelset *ls; in vec_create_and_insert_label() local
1051 struct aa_labelset *ls; in label_merge_insert() local
1182 struct aa_labelset *ls; in aa_label_find_merge() local
1445 struct aa_labelset *ls; in aa_update_label_name() local
2002 void aa_labelset_init(struct aa_labelset *ls) in aa_labelset_init()
[all …]
/linux/arch/powerpc/platforms/cell/spufs/
A Dspu_save.c49 unsigned int ls = 16384; in save_upper_240kb() local
106 unsigned int ls = (unsigned int)&regs_spill[0]; in spill_regs_to_mem() local
A Dspu_restore.c34 unsigned int ls = (unsigned int)&regs_spill[0]; in fetch_regs_from_mem() local
49 unsigned int ls = 16384; in restore_upper_240kb() local
A Dspu_utils.h99 unsigned int ls = 0; in enqueue_putllc() local
/linux/arch/m68k/lib/
A Dmemset.c34 long *ls = s; in memset() local
/linux/tools/perf/
A Dbuiltin-lock.c404 struct lock_stat *ls; in report_lock_acquire_event() local
476 struct lock_stat *ls; in report_lock_acquired_event() local
539 struct lock_stat *ls; in report_lock_contended_event() local
594 struct lock_stat *ls; in report_lock_release_event() local
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwxgmac2_descs.c145 bool ls, unsigned int tot_pkt_len) in dwxgmac2_prepare_tx_desc()
183 bool ls, unsigned int tcphdrlen, in dwxgmac2_prepare_tso_tx_desc()
A Ddwmac4_descs.c313 bool ls, unsigned int tot_pkt_len) in dwmac4_rd_prepare_tx_desc()
351 bool ls, unsigned int tcphdrlen, in dwmac4_rd_prepare_tso_tx_desc()

Completed in 59 milliseconds

1234