fl_copy_lock       21 fs/afs/flock.c 	.fl_copy_lock		= afs_fl_copy_lock,
fl_copy_lock       56 fs/ceph/locks.c 	.fl_copy_lock = ceph_fl_copy_lock,
fl_copy_lock       80 fs/ceph/locks.c 		fl->fl_ops->fl_copy_lock(fl, NULL);
fl_copy_lock      475 fs/lockd/clntproc.c 	.fl_copy_lock = nlmclnt_locks_copy_lock,
fl_copy_lock      410 fs/lockd/svclock.c 	.fl_copy_lock = nlmsvc_locks_copy_lock,
fl_copy_lock      439 fs/locks.c     		if (fl->fl_ops->fl_copy_lock)
fl_copy_lock      440 fs/locks.c     			fl->fl_ops->fl_copy_lock(new, fl);
fl_copy_lock      967 fs/nfs/nfs4state.c 	.fl_copy_lock = nfs4_fl_copy_lock,
fl_copy_lock     1031 include/linux/fs.h 	void (*fl_copy_lock)(struct file_lock *, struct file_lock *);