Lines Matching refs:file_lock
19 static void afs_fl_copy_lock(struct file_lock *new, struct file_lock *fl);
20 static void afs_fl_release_private(struct file_lock *fl);
52 static void afs_grant_locks(struct afs_vnode *vnode, struct file_lock *fl) in afs_grant_locks()
54 struct file_lock *p, *_p; in afs_grant_locks()
173 struct file_lock *fl, *next; in afs_lock_work()
210 struct file_lock, fl_u.afs.link); in afs_lock_work()
287 struct file_lock, fl_u.afs.link); in afs_lock_work()
382 static void afs_dequeue_lock(struct afs_vnode *vnode, struct file_lock *fl) in afs_dequeue_lock()
384 struct file_lock *next; in afs_dequeue_lock()
415 struct file_lock, fl_u.afs.link); in afs_dequeue_lock()
425 static int afs_do_setlk(struct file *file, struct file_lock *fl) in afs_do_setlk()
580 static int afs_do_unlk(struct file *file, struct file_lock *fl) in afs_do_unlk()
602 static int afs_do_getlk(struct file *file, struct file_lock *fl) in afs_do_getlk()
638 int afs_lock(struct file *file, int cmd, struct file_lock *fl) in afs_lock()
661 int afs_flock(struct file *file, int cmd, struct file_lock *fl) in afs_flock()
691 static void afs_fl_copy_lock(struct file_lock *new, struct file_lock *fl) in afs_fl_copy_lock()
706 static void afs_fl_release_private(struct file_lock *fl) in afs_fl_release_private()