Searched refs:dlm_user_proc (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/dlm/ |
H A D | user.c | 200 struct dlm_user_proc *proc; in dlm_user_add_ast() 264 static int device_user_lock(struct dlm_user_proc *proc, in device_user_lock() 315 static int device_user_unlock(struct dlm_user_proc *proc, in device_user_unlock() 344 static int device_user_deadlock(struct dlm_user_proc *proc, in device_user_deadlock() 405 static int device_user_purge(struct dlm_user_proc *proc, in device_user_purge() 529 struct dlm_user_proc *proc = file->private_data; in device_write() 657 struct dlm_user_proc *proc; in device_open() 664 proc = kzalloc(sizeof(struct dlm_user_proc), GFP_NOFS); in device_open() 684 struct dlm_user_proc *proc = file->private_data; in device_close() 804 struct dlm_user_proc *proc = file->private_data; in device_read() [all …]
|
H A D | lock.h | 55 int dlm_user_purge(struct dlm_ls *ls, struct dlm_user_proc *proc, 58 void dlm_clear_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc);
|
H A D | dlm_internal.h | 695 struct dlm_user_proc *proc; /* each process that opens the lockspace 714 struct dlm_user_proc { struct
|
H A D | lock.c | 5932 struct dlm_user_proc *proc) in del_proc_lock() 5962 void dlm_clear_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc) in dlm_clear_proc_locks() 6003 static void purge_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc) in purge_proc_locks() 6075 int dlm_user_purge(struct dlm_ls *ls, struct dlm_user_proc *proc, in dlm_user_purge()
|