posix_lock_type   281 source3/locking/posix.c 	int posix_lock_type = map_posix_lock_type(fsp,*plock_type);
posix_lock_type   295 source3/locking/posix.c 	if (!posix_fcntl_getlock(fsp,&offset,&count,&posix_lock_type)) {
posix_lock_type   299 source3/locking/posix.c 	if (posix_lock_type == F_UNLCK) {
posix_lock_type   307 source3/locking/posix.c 		*plock_type = (posix_lock_type == F_RDLCK) ? READ_LOCK : WRITE_LOCK;
posix_lock_type   941 source3/locking/posix.c 	int posix_lock_type = map_posix_lock_type(fsp,lock_type);
posix_lock_type  1027 source3/locking/posix.c 			posix_lock_type_name(posix_lock_type), (double)offset, (double)count ));
posix_lock_type  1029 source3/locking/posix.c 		if (!posix_fcntl_lock(fsp,SMB_F_SETLK,offset,count,posix_lock_type)) {
posix_lock_type  1032 source3/locking/posix.c 				posix_lock_type_name(posix_lock_type), (double)offset, (double)count, strerror(errno) ));
posix_lock_type  1049 source3/locking/posix.c 				posix_lock_type_name(posix_lock_type), (double)offset, (double)count ));
posix_lock_type  1198 source3/locking/posix.c 	int posix_lock_type = map_posix_lock_type(fsp,lock_type);
posix_lock_type  1212 source3/locking/posix.c 	if (!posix_fcntl_lock(fsp,SMB_F_SETLK,offset,count,posix_lock_type)) {
posix_lock_type  1215 source3/locking/posix.c 			posix_lock_type_name(posix_lock_type), (double)offset, (double)count, strerror(errno) ));