Searched refs:fl_copy_lock (Results 1 – 7 of 7) sorted by relevance
52 .fl_copy_lock = ceph_fl_copy_lock,
23 .fl_copy_lock = afs_fl_copy_lock,
473 .fl_copy_lock = nlmclnt_locks_copy_lock,
347 void (*fl_copy_lock)(struct file_lock *, struct file_lock *);353 fl_copy_lock: yes no
396 if (fl->fl_ops->fl_copy_lock) in locks_copy_lock()397 fl->fl_ops->fl_copy_lock(new, fl); in locks_copy_lock()
954 .fl_copy_lock = nfs4_fl_copy_lock,
976 void (*fl_copy_lock)(struct file_lock *, struct file_lock *); member