Lines Matching refs:file_lock
17 static void afs_fl_copy_lock(struct file_lock *new, struct file_lock *fl);
18 static void afs_fl_release_private(struct file_lock *fl);
83 static void afs_grant_locks(struct afs_vnode *vnode, struct file_lock *fl) in afs_grant_locks()
85 struct file_lock *p, *_p; in afs_grant_locks()
110 struct file_lock *fl; in afs_lock_work()
145 struct file_lock, fl_u.afs.link); in afs_lock_work()
179 struct file_lock, fl_u.afs.link); in afs_lock_work()
203 struct file_lock, fl_u.afs.link) == fl) { in afs_lock_work()
253 static int afs_do_setlk(struct file *file, struct file_lock *fl) in afs_do_setlk()
441 static int afs_do_unlk(struct file *file, struct file_lock *fl) in afs_do_unlk()
476 static int afs_do_getlk(struct file *file, struct file_lock *fl) in afs_do_getlk()
516 int afs_lock(struct file *file, int cmd, struct file_lock *fl) in afs_lock()
539 int afs_flock(struct file *file, int cmd, struct file_lock *fl) in afs_flock()
569 static void afs_fl_copy_lock(struct file_lock *new, struct file_lock *fl) in afs_fl_copy_lock()
580 static void afs_fl_release_private(struct file_lock *fl) in afs_fl_release_private()