Searched refs:dlm_user_proc (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/fs/dlm/ |
D | user.c | 201 struct dlm_user_proc *proc; in dlm_user_add_ast() 265 static int device_user_lock(struct dlm_user_proc *proc, in device_user_lock() 316 static int device_user_unlock(struct dlm_user_proc *proc, in device_user_unlock() 345 static int device_user_deadlock(struct dlm_user_proc *proc, in device_user_deadlock() 406 static int device_user_purge(struct dlm_user_proc *proc, in device_user_purge() 530 struct dlm_user_proc *proc = file->private_data; in device_write() 658 struct dlm_user_proc *proc; in device_open() 665 proc = kzalloc(sizeof(struct dlm_user_proc), GFP_NOFS); in device_open() 685 struct dlm_user_proc *proc = file->private_data; in device_close() 805 struct dlm_user_proc *proc = file->private_data; in device_read() [all …]
|
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);
|
D | dlm_internal.h | 694 struct dlm_user_proc *proc; /* each process that opens the lockspace 713 struct dlm_user_proc { struct
|
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()
|