lock_check_bounds  785 fs/nfs/file.c  	if (NFS_PROTO(inode)->lock_check_bounds != NULL) {
lock_check_bounds  786 fs/nfs/file.c  		ret = NFS_PROTO(inode)->lock_check_bounds(fl);
lock_check_bounds  745 fs/nfs/proc.c  	.lock_check_bounds = nfs_lock_check_bounds,
lock_check_bounds 1698 include/linux/nfs_xdr.h 	int	(*lock_check_bounds)(const struct file_lock *);