Searched refs:dlm_user_proc (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/dlm/ | 
| D | user.c | 180 	struct dlm_user_proc *proc;  in dlm_user_add_ast() 236 static int device_user_lock(struct dlm_user_proc *proc,  in device_user_lock() 290 static int device_user_unlock(struct dlm_user_proc *proc,  in device_user_unlock() 319 static int device_user_deadlock(struct dlm_user_proc *proc,  in device_user_deadlock() 380 static int device_user_purge(struct dlm_user_proc *proc,  in device_user_purge() 504 	struct dlm_user_proc *proc = file->private_data;  in device_write() 632 	struct dlm_user_proc *proc;  in device_open() 639 	proc = kzalloc(sizeof(struct dlm_user_proc), GFP_NOFS);  in device_open() 659 	struct dlm_user_proc *proc = file->private_data;  in device_close() 779 	struct dlm_user_proc *proc = file->private_data;  in device_read() [all …] 
 | 
| D | lock.h | 57 int dlm_user_purge(struct dlm_ls *ls, struct dlm_user_proc *proc, 60 void dlm_clear_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc);
  | 
| D | dlm_internal.h | 670 	struct dlm_user_proc	*proc; /* each process that opens the lockspace 689 struct dlm_user_proc {  struct
  | 
| D | lock.c | 6142 				     struct dlm_user_proc *proc)  in del_proc_lock() 6172 void dlm_clear_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc)  in dlm_clear_proc_locks() 6215 static void purge_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc)  in purge_proc_locks() 6288 int dlm_user_purge(struct dlm_ls *ls, struct dlm_user_proc *proc,  in dlm_user_purge()
  |