Home
last modified time | relevance | path

Searched refs:flc (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/dlm/
Dplock.c36 struct file_lock flc; member
136 locks_init_lock(&xop->flc); in dlm_posix_lock()
137 locks_copy_lock(&xop->flc, fl); in dlm_posix_lock()
192 struct file_lock *flc; in dlm_plock_callback() local
207 flc = &xop->flc; in dlm_plock_callback()
217 flc->fl_flags &= ~FL_SLEEP; in dlm_plock_callback()
218 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()