SMB_VFS_LOCK      191 source3/locking/posix.c 	ret = SMB_VFS_LOCK(fsp, op, offset, count, type);
SMB_VFS_LOCK      215 source3/locking/posix.c 			ret = SMB_VFS_LOCK(fsp, op, offset, count, type);
SMB_VFS_LOCK      948 source3/torture/cmd_vfs.c 	if (SMB_VFS_LOCK(vfs->files[fd], op, offset, count, type) == False) {