Searched refs:fl_copy_lock (Results 1 – 6 of 6) sorted by relevance
24 .fl_copy_lock = afs_fl_copy_lock,
463 .fl_copy_lock = nlmclnt_locks_copy_lock,
342 void (*fl_copy_lock)(struct file_lock *, struct file_lock *);348 fl_copy_lock: yes no
351 if (fl->fl_ops->fl_copy_lock) in locks_copy_lock()352 fl->fl_ops->fl_copy_lock(new, fl); in locks_copy_lock()
922 .fl_copy_lock = nfs4_fl_copy_lock,
928 void (*fl_copy_lock)(struct file_lock *, struct file_lock *); member